Lines Matching defs:addSuccessorWithProb
680 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src,
923 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb);
973 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb);
981 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb);
1046 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
1047 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);
1137 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb);
1138 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
1194 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb);
1196 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext);
3000 addSuccessorWithProb(InvokeMBB, &ReturnMBB);
3003 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second);