Home
last modified time | relevance | path

Searched refs:addSuccessorWithProb (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h649 void addSuccessorWithProb(
652 IRT->addSuccessorWithProb(Src, Dst, Prob);
770 void addSuccessorWithProb(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h236 void addSuccessorWithProb(
239 SDB->addSuccessorWithProb(Src, Dst, Prob);
516 void addSuccessorWithProb(
H A DSelectionDAGBuilder.cpp2123 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second); in visitCleanupRet()
2373 void SelectionDAGBuilder::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in SelectionDAGBuilder
2862 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase()
2918 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase()
2922 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); in visitSwitchCase()
3261 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in visitBitTestHeader()
3262 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in visitBitTestHeader()
3323 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase()
3325 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in visitBitTestCase()
3460 addSuccessorWithProb(InvokeMBB, Return); in visitInvoke()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp679 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator
922 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
972 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
980 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase()
1045 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem()
1046 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem()
1136 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader()
1137 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader()
1193 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase()
1195 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h297 virtual void addSuccessorWithProb(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp248 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()