Home
last modified time | relevance | path

Searched refs:SetSuccessorAt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.h1044 virtual void SetSuccessorAt(int i, HBasicBlock* block) = 0;
1062 SetSuccessorAt(0, SuccessorAt(1)); in Not()
1063 SetSuccessorAt(1, swap); in Not()
1090 void SetSuccessorAt(int i, HBasicBlock* block) override { in SetSuccessorAt() function
1170 SetSuccessorAt(0, target); in HGoto()
1215 SetSuccessorAt(0, unreachable_continuation); in DECLARE_CONCRETE_INSTRUCTION()
1229 SetSuccessorAt(0, true_target); in HUnaryControlInstruction()
1230 SetSuccessorAt(1, false_target); in HUnaryControlInstruction()
3783 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION()
3784 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()
[all …]
Dhydrogen.cc993 compare->SetSuccessorAt(0, split_edge); in AddCompare()
994 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()
996 compare->SetSuccessorAt(0, first_true_block_); in AddCompare()
997 compare->SetSuccessorAt(1, split_edge); in AddCompare()
1001 compare->SetSuccessorAt(0, first_true_block_); in AddCompare()
1002 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()
3742 instr->SetSuccessorAt(0, empty_true); in ReturnControl()
3743 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
3786 instr->SetSuccessorAt(0, materialize_true); in ReturnControl()
3787 instr->SetSuccessorAt(1, materialize_false); in ReturnControl()
[all …]