Searched refs:UnhandledProbs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 364 BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I, 370 BranchProbability UnhandledProbs, 379 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 895 BranchProbability UnhandledProbs, in lowerJumpTableWorkItem() argument 919 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem() 989 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs); in lowerSwitchRangeWorkItem() 1108 BranchProbability DefaultProb, BranchProbability UnhandledProbs, in lowerBitTestWorkItem() argument 1123 BTB->DefaultProb = UnhandledProbs; in lowerBitTestWorkItem() 1184 BranchProbability UnhandledProbs = DefaultProb; in lowerSwitchWorkItem() local 1186 UnhandledProbs += I->Prob; in lowerSwitchWorkItem() 1201 UnhandledProbs -= I->Prob; in lowerSwitchWorkItem() 1206 DefaultProb, UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() 1216 UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10631 BranchProbability UnhandledProbs = DefaultProb; in lowerWorkItem() local 10633 UnhandledProbs += I->Prob; in lowerWorkItem() 10650 UnhandledProbs -= I->Prob; in lowerWorkItem() 10663 auto FallthroughProb = UnhandledProbs; in lowerWorkItem() 10714 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem() 10758 getCurSDLoc(), I->Prob, UnhandledProbs); in lowerWorkItem()
|