Lines Matching defs:addSuccessorWithProb
665 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src,
908 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb);
958 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb);
966 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb);
1031 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
1032 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);
1122 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb);
1123 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
1179 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb);
1181 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext);
2945 addSuccessorWithProb(InvokeMBB, &ReturnMBB);
2948 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second);