reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
644 void addSuccessorWithProb(
1750 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second); 2318 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); 2374 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); 2378 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); 2655 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); 2656 addSuccessorWithProb(SwitchBB, MBB, B.Prob); 2719 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); 2721 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); 2813 addSuccessorWithProb(InvokeMBB, Return); 2816 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second); 2842 addSuccessorWithProb(CallBrMBB, Return); 2845 addSuccessorWithProb(CallBrMBB, Target); 2932 addSuccessorWithProb(IndirectBrMBB, Succ); 10087 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob); 10089 addSuccessorWithProb( 10094 addSuccessorWithProb(SwitchMBB, DefaultMBB); 10192 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); 10193 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
391 SDB->addSuccessorWithProb(Src, Dst, Prob);