Searched refs:addSuccessorWithProb (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 652 void addSuccessorWithProb( 655 IRT->addSuccessorWithProb(Src, Dst, Prob); 773 void addSuccessorWithProb(
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 237 void addSuccessorWithProb( 240 SDB->addSuccessorWithProb(Src, Dst, Prob); 517 void addSuccessorWithProb(
|
H A D | SelectionDAGBuilder.cpp | 2153 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second); in visitCleanupRet() 2407 void SelectionDAGBuilder::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in SelectionDAGBuilder 2893 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2949 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2953 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); in visitSwitchCase() 3236 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in visitBitTestHeader() 3237 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in visitBitTestHeader() 3299 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase() 3301 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in visitBitTestCase() 3406 addSuccessorWithProb(InvokeMBB, Return); in visitInvoke() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 665 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator 908 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase() 958 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase() 966 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase() 1031 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem() 1032 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem() 1122 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader() 1123 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader() 1179 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase() 1181 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 292 virtual void addSuccessorWithProb(
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 248 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()
|