Home
last modified time | relevance | path

Searched refs:JumpTables (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h93 std::vector<MachineJumpTableEntry> JumpTables; variable
111 bool isEmpty() const { return JumpTables.empty(); } in isEmpty()
114 return JumpTables; in getJumpTables()
125 JumpTables[Idx].MBBs.clear(); in RemoveJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1363 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 …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h182 std::vector<JumpTableInfo> JumpTables; member
H A DCodeViewDebug.cpp3586 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()