Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:JumpTables

755   JumpTables.push_back(MachineJumpTableEntry(DestBBs));
756 return JumpTables.size()-1;
765 for (size_t i = 0, e = JumpTables.size(); i != e; ++i)
777 MachineJumpTableEntry &JTE = JumpTables[Idx];
787 if (JumpTables.empty()) return;
791 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) {
793 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
794 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();