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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h314 BranchProbability UnhandledProbs,
323 BranchProbability UnhandledProbs,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp637 BranchProbability UnhandledProbs,
661 auto FallthroughProb = UnhandledProbs;
707 BranchProbability UnhandledProbs,
731 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs);
776 BranchProbability UnhandledProbs = DefaultProb; local
778 UnhandledProbs += I->Prob;
793 UnhandledProbs -= I->Prob;
802 UnhandledProbs, I, Fallthrough,
811 FallthroughUnreachable, UnhandledProbs,
631 lowerJumpTableWorkItem(SwitchCG::SwitchWorkListItem W, MachineBasicBlock *SwitchMBB, MachineBasicBlock *CurMBB, MachineBasicBlock *DefaultMBB, MachineIRBuilder &MIB, MachineFunction::iterator BBI, BranchProbability UnhandledProbs, SwitchCG::CaseClusterIt I, MachineBasicBlock *Fallthrough, bool FallthroughUnreachable) argument
703 lowerSwitchRangeWorkItem(SwitchCG::CaseClusterIt I, Value *Cond, MachineBasicBlock *Fallthrough, bool FallthroughUnreachable, BranchProbability UnhandledProbs, MachineBasicBlock *CurMBB, MachineIRBuilder &MIB, MachineBasicBlock *SwitchMBB) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10214 BranchProbability UnhandledProbs = DefaultProb; local
10216 UnhandledProbs += I->Prob;
10233 UnhandledProbs -= I->Prob;
10246 auto FallthroughProb = UnhandledProbs;
10297 BTB->DefaultProb = UnhandledProbs;
10341 getCurSDLoc(), I->Prob, UnhandledProbs);

Completed in 147 milliseconds