reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1776 if (!BTB.Emitted) { 1778 FuncInfo->MBB = BTB.Parent; 1781 SDB->visitBitTestHeader(BTB, FuncInfo->MBB); 1787 BranchProbability UnhandledProb = BTB.Prob; 1788 for (unsigned j = 0, ej = BTB.Cases.size(); j != ej; ++j) { 1789 UnhandledProb -= BTB.Cases[j].ExtraProb; 1791 FuncInfo->MBB = BTB.Cases[j].ThisBB; 1804 if (BTB.ContiguousRange && j + 2 == ej) { 1807 NextMBB = BTB.Cases[j + 1].TargetBB; 1810 NextMBB = BTB.Default; 1813 NextMBB = BTB.Cases[j + 1].ThisBB; 1816 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], 1816 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], 1816 SDB->visitBitTestCase(BTB, NextMBB, UnhandledProb, BTB.Reg, BTB.Cases[j], 1823 if (BTB.ContiguousRange && j + 2 == ej) { 1825 BTB.Cases.pop_back(); 1839 if (PHIBB == BTB.Default) { 1840 PHI.addReg(FuncInfo->PHINodesToUpdate[pi].second).addMBB(BTB.Parent); 1841 if (!BTB.ContiguousRange) { 1843 .addMBB(BTB.Cases.back().ThisBB); 1847 for (unsigned j = 0, ej = BTB.Cases.size(); 1849 MachineBasicBlock* cBB = BTB.Cases[j].ThisBB;