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