Searched defs:HBranch (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1239 class HBranch final : public HUnaryControlInstruction {
1241 DECLARE_INSTRUCTION_FACTORY_P1(HBranch, HValue*);
1242 DECLARE_INSTRUCTION_FACTORY_P2(HBranch, HValue*, ToBooleanHints);
1243 DECLARE_INSTRUCTION_FACTORY_P4(HBranch, HValue*, ToBooleanHints, HBasicBlock*,
1260 HBranch(HValue* value, function in class:final

Completed in 101 milliseconds