Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp37 bolt::JumpTable::getEntriesForAddress(const uint64_t Addr) const { in getEntriesForAddress() function in bolt::JumpTable
72 const std::pair<size_t, size_t> Range = getEntriesForAddress(JTAddress); in replaceDestination()
H A DBinaryBasicBlock.cpp83 const auto Range = JT->getEntriesForAddress(BC.MIB->getJumpTable(*Inst)); in validateSuccessorInvariants()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DJumpTable.h110 std::pair<size_t, size_t> getEntriesForAddress(const uint64_t Addr) const;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp248 JT->getEntriesForAddress(BC.MIB->getJumpTable(Inst)); in getCallTargets()
446 const std::pair<size_t, size_t> Range = JT->getEntriesForAddress(ArrayStart); in maybeGetHotJumpTableTargets()