Lines Matching defs:addSuccessorWithProb
2161 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second);
2411 void SelectionDAGBuilder::addSuccessorWithProb(MachineBasicBlock *Src,
2900 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb);
2956 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb);
2960 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb);
3239 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb);
3240 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
3301 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb);
3303 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext);
3408 addSuccessorWithProb(InvokeMBB, Return);
3411 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second);
3439 addSuccessorWithProb(CallBrMBB, Return, BranchProbability::getOne());
3448 addSuccessorWithProb(CallBrMBB, Target, BranchProbability::getZero());
3535 addSuccessorWithProb(IndirectBrMBB, Succ);
12109 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob);
12111 addSuccessorWithProb(
12116 addSuccessorWithProb(SwitchMBB, DefaultMBB);
12226 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
12227 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);