Searched refs:UnhandledProb (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1838 BranchProbability UnhandledProb = BTB.Prob; in FinishBasicBlock() local 1840 UnhandledProb -= BTB.Cases[j].ExtraProb; in FinishBasicBlock() 1867 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], in FinishBasicBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2956 BranchProbability UnhandledProb = BTB.Prob; in finalizeBasicBlock() local 2958 UnhandledProb -= BTB.Cases[j].ExtraProb; in finalizeBasicBlock() 2982 emitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], MBB); in finalizeBasicBlock()
|