Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1847 BranchProbability UnhandledProb = BTB.Prob; in FinishBasicBlock() local
1849 UnhandledProb -= BTB.Cases[j].ExtraProb; in FinishBasicBlock()
1876 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], in FinishBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2994 BranchProbability UnhandledProb = BTB.Prob; in finalizeBasicBlock() local
2996 UnhandledProb -= BTB.Cases[j].ExtraProb; in finalizeBasicBlock()
3020 emitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], MBB); in finalizeBasicBlock()