Lines Matching refs:JumpTables
768 JumpTables.push_back(MachineJumpTableEntry(DestBBs));
769 return JumpTables.size()-1;
778 for (size_t i = 0, e = JumpTables.size(); i != e; ++i)
790 MachineJumpTableEntry &JTE = JumpTables[Idx];
800 if (JumpTables.empty()) return;
804 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) {
806 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
807 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();