Searched refs:addSuccessorWithProb (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 635 void addSuccessorWithProb( 638 IRT->addSuccessorWithProb(Src, Dst, Prob); 739 void addSuccessorWithProb(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 237 void addSuccessorWithProb( 240 SDB->addSuccessorWithProb(Src, Dst, Prob); 508 void addSuccessorWithProb(
|
| H A D | SelectionDAGBuilder.cpp | 2701 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2757 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase() 2761 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); in visitSwitchCase() 3044 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in visitBitTestHeader() 3106 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase() 3108 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in visitBitTestCase() 3211 addSuccessorWithProb(InvokeMBB, Return); in visitInvoke() 3338 addSuccessorWithProb(IndirectBrMBB, Succ); in visitIndirectBr() 11448 addSuccessorWithProb( in lowerWorkItem() 11453 addSuccessorWithProb(SwitchMBB, DefaultMBB); in lowerWorkItem() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 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() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 292 virtual void addSuccessorWithProb(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 247 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()
|