Lines Matching refs:JumpTables
1363 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
1364 return JumpTables.size()-1; in createJumpTableIndex()
1369 assert(JTI < JumpTables.size() && "Invalid JTI!"); in updateJumpTableEntryHotness()
1371 if (Hotness <= JumpTables[JTI].Hotness) in updateJumpTableEntryHotness()
1374 JumpTables[JTI].Hotness = Hotness; in updateJumpTableEntryHotness()
1384 for (size_t i = 0, e = JumpTables.size(); i != e; ++i) in ReplaceMBBInJumpTables()
1392 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()
1407 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
1417 if (JumpTables.empty()) return; in print()
1421 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) { in print()
1423 for (const MachineBasicBlock *MBB : JumpTables[i].MBBs) in print()