Home
last modified time | relevance | path

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

/llvm-project/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.cpp82 const auto Range = JT->getEntriesForAddress(BC.MIB->getJumpTable(*Inst)); in validateSuccessorInvariants()
/llvm-project/bolt/include/bolt/Core/
H A DJumpTable.h113 std::pair<size_t, size_t> getEntriesForAddress(const uint64_t Addr) const;
/llvm-project/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp253 JT->getEntriesForAddress(BC.MIB->getJumpTable(Inst)); in getCallTargets()
453 const std::pair<size_t, size_t> Range = JT->getEntriesForAddress(ArrayStart); in maybeGetHotJumpTableTargets()