Searched refs:UnhandledProbs (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 358 BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I, 364 BranchProbability UnhandledProbs, 373 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 900 BranchProbability UnhandledProbs, in lowerJumpTableWorkItem() argument 924 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem() 993 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs); in lowerSwitchRangeWorkItem() 1120 BranchProbability DefaultProb, BranchProbability UnhandledProbs, in lowerBitTestWorkItem() argument 1135 BTB->DefaultProb = UnhandledProbs; in lowerBitTestWorkItem() 1194 BranchProbability UnhandledProbs = DefaultProb; in lowerSwitchWorkItem() local 1196 UnhandledProbs += I->Prob; in lowerSwitchWorkItem() 1211 UnhandledProbs -= I->Prob; in lowerSwitchWorkItem() 1216 DefaultProb, UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() 1226 UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10841 BranchProbability UnhandledProbs = DefaultProb; in lowerWorkItem() local 10843 UnhandledProbs += I->Prob; in lowerWorkItem() 10860 UnhandledProbs -= I->Prob; in lowerWorkItem() 10873 auto FallthroughProb = UnhandledProbs; in lowerWorkItem() 10922 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem() 10964 getCurSDLoc(), I->Prob, UnhandledProbs); in lowerWorkItem()
|