Home
last modified time | relevance | path

Searched refs:UnhandledProb (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2006 BranchProbability UnhandledProb = BTB.Prob; in FinishBasicBlock() local
2008 UnhandledProb -= BTB.Cases[j].ExtraProb; in FinishBasicBlock()
2035 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], in FinishBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3728 BranchProbability UnhandledProb = BTB.Prob; in finalizeBasicBlock() local
3730 UnhandledProb -= BTB.Cases[j].ExtraProb; in finalizeBasicBlock()
3754 emitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], MBB); in finalizeBasicBlock()