Lines Matching refs:addSuccessorWithProb
667 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator
910 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
960 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
968 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase()
1033 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem()
1034 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem()
1124 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader()
1125 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader()
1181 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase()
1183 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase()
2779 addSuccessorWithProb(InvokeMBB, &ReturnMBB); in translateInvoke()
2782 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second); in translateInvoke()