Lines Matching defs:addSuccessorWithProb
2153 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second);
2407 void SelectionDAGBuilder::addSuccessorWithProb(MachineBasicBlock *Src,
2893 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb);
2949 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb);
2953 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb);
3236 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb);
3237 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
3299 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb);
3301 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext);
3406 addSuccessorWithProb(InvokeMBB, Return);
3409 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second);
3437 addSuccessorWithProb(CallBrMBB, Return, BranchProbability::getOne());
3446 addSuccessorWithProb(CallBrMBB, Target, BranchProbability::getZero());
3533 addSuccessorWithProb(IndirectBrMBB, Succ);
11966 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob);
11968 addSuccessorWithProb(
11973 addSuccessorWithProb(SwitchMBB, DefaultMBB);
12083 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
12084 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);