Searched refs:UnhandledProbs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 398 BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I, 404 BranchProbability UnhandledProbs, 413 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 985 BranchProbability UnhandledProbs, in lowerJumpTableWorkItem() argument 1009 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem() 1078 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs); in lowerSwitchRangeWorkItem() 1205 BranchProbability DefaultProb, BranchProbability UnhandledProbs, in lowerBitTestWorkItem() argument 1220 BTB->DefaultProb = UnhandledProbs; in lowerBitTestWorkItem() 1279 BranchProbability UnhandledProbs = DefaultProb; in lowerSwitchWorkItem() local 1281 UnhandledProbs += I->Prob; in lowerSwitchWorkItem() 1296 UnhandledProbs -= I->Prob; in lowerSwitchWorkItem() 1301 DefaultProb, UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() 1311 UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 11496 BranchProbability UnhandledProbs = DefaultProb; in lowerWorkItem() local 11498 UnhandledProbs += I->Prob; in lowerWorkItem() 11515 UnhandledProbs -= I->Prob; in lowerWorkItem() 11528 auto FallthroughProb = UnhandledProbs; in lowerWorkItem() 11601 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem() 11643 getCurSDLoc(), I->Prob, UnhandledProbs); in lowerWorkItem()
|