Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h364 BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I,
370 BranchProbability UnhandledProbs,
379 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp891 BranchProbability UnhandledProbs, in lowerJumpTableWorkItem() argument
915 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem()
961 BranchProbability UnhandledProbs, in lowerSwitchRangeWorkItem() argument
985 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs); in lowerSwitchRangeWorkItem()
1104 BranchProbability DefaultProb, BranchProbability UnhandledProbs, in lowerBitTestWorkItem() argument
1119 BTB->DefaultProb = UnhandledProbs; in lowerBitTestWorkItem()
1180 BranchProbability UnhandledProbs = DefaultProb; in lowerSwitchWorkItem() local
1182 UnhandledProbs += I->Prob; in lowerSwitchWorkItem()
1197 UnhandledProbs -= I->Prob; in lowerSwitchWorkItem()
1202 DefaultProb, UnhandledProbs, I, Fallthrough, in lowerSwitchWorkItem()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10576 BranchProbability UnhandledProbs = DefaultProb; in lowerWorkItem() local
10578 UnhandledProbs += I->Prob; in lowerWorkItem()
10595 UnhandledProbs -= I->Prob; in lowerWorkItem()
10608 auto FallthroughProb = UnhandledProbs; in lowerWorkItem()
10659 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem()
10703 getCurSDLoc(), I->Prob, UnhandledProbs); in lowerWorkItem()