Searched refs:UnhandledProb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1984 BranchProbability UnhandledProb = BTB.Prob; in FinishBasicBlock() local 1986 UnhandledProb -= BTB.Cases[j].ExtraProb; in FinishBasicBlock() 2013 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], in FinishBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3572 BranchProbability UnhandledProb = BTB.Prob; in finalizeBasicBlock() local 3574 UnhandledProb -= BTB.Cases[j].ExtraProb; in finalizeBasicBlock() 3598 emitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], MBB); in finalizeBasicBlock()
|