Lines Matching refs:addSuccessorWithProb
657 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator
825 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
875 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
883 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase()
948 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem()
949 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem()
1039 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader()
1040 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader()
1096 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase()
1098 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase()
2606 addSuccessorWithProb(InvokeMBB, &ReturnMBB); in translateInvoke()
2609 addSuccessorWithProb(InvokeMBB, UnwindDest.first, UnwindDest.second); in translateInvoke()