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()
3788 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION()
3789 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()
[all …]
Dhydrogen.cc994 compare->SetSuccessorAt(0, split_edge); in AddCompare()
995 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()
997 compare->SetSuccessorAt(0, first_true_block_); in AddCompare()
998 compare->SetSuccessorAt(1, split_edge); in AddCompare()
1002 compare->SetSuccessorAt(0, first_true_block_); in AddCompare()
1003 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()
3787 instr->SetSuccessorAt(0, empty_true); in ReturnControl()
3788 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
3831 instr->SetSuccessorAt(0, materialize_true); in ReturnControl()
3832 instr->SetSuccessorAt(1, materialize_false); in ReturnControl()
[all …]