Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h593 void addSuccessorWithProb(
596 IRT->addSuccessorWithProb(Src, Dst, Prob);
697 void addSuccessorWithProb(
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h201 void addSuccessorWithProb(
204 SDB->addSuccessorWithProb(Src, Dst, Prob);
462 void addSuccessorWithProb(
H A DSelectionDAGBuilder.cpp2464 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase()
2520 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase()
2524 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb); in visitSwitchCase()
2804 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in visitBitTestHeader()
2867 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in visitBitTestCase()
2869 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in visitBitTestCase()
2967 addSuccessorWithProb(InvokeMBB, Return); in visitInvoke()
3093 addSuccessorWithProb(IndirectBrMBB, Succ); in visitIndirectBr()
10793 addSuccessorWithProb( in lowerWorkItem()
10798 addSuccessorWithProb(SwitchMBB, DefaultMBB); in lowerWorkItem()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp657 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src, in addSuccessorWithProb() function in IRTranslator
825 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
875 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb); in emitSwitchCase()
883 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb); in emitSwitchCase()
948 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem()
949 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb); in lowerJumpTableWorkItem()
1039 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb); in emitBitTestHeader()
1040 addSuccessorWithProb(SwitchBB, MBB, B.Prob); in emitBitTestHeader()
1096 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb); in emitBitTestCase()
1098 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext); in emitBitTestCase()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h288 virtual void addSuccessorWithProb(
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp245 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()