Lines Matching refs:SetSuccessorAt
1044 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()
3858 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION()
3859 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()