Searched refs:addSuccessorWithProb (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 597 virtual void addSuccessorWithProb( 600 IRT->addSuccessorWithProb(Src, Dst, Prob); 675 void addSuccessorWithProb(
|
| /freebsd-13.1/contrib/llvm-project/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 | 2444 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2500 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2504 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); in visitSwitchCase() 2783 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in visitBitTestHeader() 2846 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase() 2848 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in visitBitTestCase() 2946 addSuccessorWithProb(InvokeMBB, Return); in visitInvoke() 3066 addSuccessorWithProb(IndirectBrMBB, Succ); in visitIndirectBr() 10583 addSuccessorWithProb( in lowerWorkItem() 10588 addSuccessorWithProb(SwitchMBB, DefaultMBB); in lowerWorkItem() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 651 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator 820 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase() 870 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase() 878 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase() 944 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem() 945 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem() 1027 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader() 1028 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader() 1084 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase() 1086 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 288 virtual void addSuccessorWithProb(
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 245 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()
|