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.h405 BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I,
411 BranchProbability UnhandledProbs,
420 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp997 BranchProbability UnhandledProbs, in lowerJumpTableWorkItem() argument
1021 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem()
1066 BranchProbability UnhandledProbs, in lowerSwitchRangeWorkItem() argument
1090 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs); in lowerSwitchRangeWorkItem()
1217 BranchProbability DefaultProb, BranchProbability UnhandledProbs, in lowerBitTestWorkItem() argument
1232 BTB->DefaultProb = UnhandledProbs; in lowerBitTestWorkItem()
1291 BranchProbability UnhandledProbs = DefaultProb; in lowerSwitchWorkItem() local
1293 UnhandledProbs += I->Prob; in lowerSwitchWorkItem()
1308 UnhandledProbs -= I->Prob; in lowerSwitchWorkItem()
1313 DefaultProb, UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12167 BranchProbability UnhandledProbs = DefaultProb; in lowerWorkItem() local
12169 UnhandledProbs += I->Prob; in lowerWorkItem()
12186 UnhandledProbs -= I->Prob; in lowerWorkItem()
12199 auto FallthroughProb = UnhandledProbs; in lowerWorkItem()
12262 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem()
12304 getCurSDLoc(), I->Prob, UnhandledProbs); in lowerWorkItem()