Home
last modified time | relevance | path

Searched refs:EstimatedAddr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp171 mutable uint64_t EstimatedAddr{0}; member in llvm::bolt::Block
676 BB->EstimatedAddr = CurAddr; in score()
685 Score += extTSPScore(SrcBlock->EstimatedAddr, SrcBlock->Size, in score()
686 DstBlock->EstimatedAddr, Jump.second); in score()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp183 mutable uint64_t EstimatedAddr{0}; member in __anon97d149770111::Block
664 BB->EstimatedAddr = CurAddr; in extTSPScore()
672 Score += ::extTSPScore(SrcBlock->EstimatedAddr, SrcBlock->Size, in extTSPScore()
673 DstBlock->EstimatedAddr, Jump->ExecutionCount); in extTSPScore()