Searched refs:addSuccessorWithProb (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 597 virtual void addSuccessorWithProb( 600 IRT->addSuccessorWithProb(Src, Dst, Prob); 675 void addSuccessorWithProb(
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 647 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator 816 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase() 866 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase() 874 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase() 940 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem() 941 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem() 1023 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader() 1024 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader() 1080 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase() 1082 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 399 virtual void addSuccessorWithProb( 402 SDB->addSuccessorWithProb(Src, Dst, Prob); 659 void addSuccessorWithProb(
|
H A D | SelectionDAGBuilder.cpp | 1857 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second); in visitCleanupRet() 2111 void SelectionDAGBuilder::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in SelectionDAGBuilder 2443 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2499 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2503 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); in visitSwitchCase() 2781 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in visitBitTestHeader() 2782 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in visitBitTestHeader() 2845 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase() 2847 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in visitBitTestCase() 2945 addSuccessorWithProb(InvokeMBB, Return); in visitInvoke() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 288 virtual void addSuccessorWithProb(
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 245 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()
|