Searched refs:JumpTables (Results 1 – 4 of 4) sorted by relevance
93 std::vector<MachineJumpTableEntry> JumpTables; variable111 bool isEmpty() const { return JumpTables.empty(); } in isEmpty()114 return JumpTables; in getJumpTables()125 JumpTables[Idx].MBBs.clear(); in RemoveJumpTable()
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()[all …]
182 std::vector<JumpTableInfo> JumpTables; member
3586 CurFn->JumpTables.push_back(std::move(CVJTI)); in collectDebugInfoForJumpTables()3592 for (const auto &JumpTable : FI.JumpTables) { in emitDebugInfoForJumpTables()3604 for (const auto &JumpTable : FI.JumpTables) { in emitDebugInfoForJumpTables()