Home
last modified time | relevance | path

Searched refs:UnhandledProbs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h410 BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I,
416 BranchProbability UnhandledProbs,
425 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp983 BranchProbability UnhandledProbs, in lowerJumpTableWorkItem() argument
1007 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem()
1052 BranchProbability UnhandledProbs, in lowerSwitchRangeWorkItem() argument
1076 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs); in lowerSwitchRangeWorkItem()
1203 BranchProbability DefaultProb, BranchProbability UnhandledProbs, in lowerBitTestWorkItem() argument
1218 BTB->DefaultProb = UnhandledProbs; in lowerBitTestWorkItem()
1277 BranchProbability UnhandledProbs = DefaultProb; in lowerSwitchWorkItem() local
1279 UnhandledProbs += I->Prob; in lowerSwitchWorkItem()
1294 UnhandledProbs -= I->Prob; in lowerSwitchWorkItem()
1299 DefaultProb, UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12016 BranchProbability UnhandledProbs = DefaultProb; in lowerWorkItem() local
12018 UnhandledProbs += I->Prob; in lowerWorkItem()
12035 UnhandledProbs -= I->Prob; in lowerWorkItem()
12048 auto FallthroughProb = UnhandledProbs; in lowerWorkItem()
12111 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem()
12153 getCurSDLoc(), I->Prob, UnhandledProbs); in lowerWorkItem()