Home
last modified time | relevance | path

Searched refs:getOutputAddressRange (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp49 BBAddr[&BB] = BB.getOutputAddressRange().first; in extractBasicBlockInfo()
270 size_t BBAddrMin = BB.getOutputAddressRange().first; in printAll()
271 size_t BBAddrMax = BB.getOutputAddressRange().second; in printAll()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp25 BB.getOutputAddressRange().first - FuncAddress; in writeEntriesForBB()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp632 const uint64_t BBAddress = getOutputAddressRange().first; in updateOutputValues()
H A DBinaryFunction.cpp4184 return std::min(BB->getOutputAddressRange().first + Offset - BB->getOffset(), in translateInputToOutputAddress()
4185 BB->getOutputAddressRange().second); in translateInputToOutputAddress()
4237 if (const uint64_t OutputStart = BB->getOutputAddressRange().first) { in translateInputToOutputRanges()
4240 uint64_t EndAddress = BB->getOutputAddressRange().second; in translateInputToOutputRanges()
4345 if (const uint64_t OutputStart = BB->getOutputAddressRange().first) { in translateInputToOutputLocationList()
4348 uint64_t EndAddress = BB->getOutputAddressRange().second; in translateInputToOutputLocationList()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h816 std::pair<uint64_t, uint64_t> getOutputAddressRange() const { in getOutputAddressRange() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3247 uint64_t BlkOutputAddress = BB->getOutputAddressRange().first; in updatePseudoProbes()
3297 Addr2BlockNames[BinaryBlock.getOutputAddressRange().first] = in updatePseudoProbes()