Lines Matching refs:SetSuccessorAt
1259 virtual void SetSuccessorAt(int i, HBasicBlock* block) = 0;
1277 SetSuccessorAt(0, SuccessorAt(1)); in Not()
1278 SetSuccessorAt(1, swap); in Not()
1305 void SetSuccessorAt(int i, HBasicBlock* block) OVERRIDE { in SetSuccessorAt() function
1373 SetSuccessorAt(0, target); in HGoto()
1420 SetSuccessorAt(0, unreachable_continuation); in DECLARE_CONCRETE_INSTRUCTION()
1434 SetSuccessorAt(0, true_target); in HUnaryControlInstruction()
1435 SetSuccessorAt(1, false_target); in HUnaryControlInstruction()
4331 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION()
4332 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()
4425 SetSuccessorAt(0, true_target); in DECLARE_CONCRETE_INSTRUCTION()
4426 SetSuccessorAt(1, false_target); in DECLARE_CONCRETE_INSTRUCTION()