Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DCacheMetrics.h33 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp100 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore() function
658 double extTSPScore(const MergedChain &MergedBlocks, in extTSPScore() function in __anon97d149770111::ExtTSPImpl
672 Score += ::extTSPScore(SrcBlock->EstimatedAddr, SrcBlock->Size, in extTSPScore()
775 auto NewGainScore = extTSPScore(MergedBlocks, Jumps) - ChainPred->score(); in computeMergeGain()
826 Into->setScore(extTSPScore(MergedBlocks, SelfEdge->jumps())); in mergeChains()
948 Score += extTSPScore(Addr[Pred], NodeSizes[Pred], Addr[Succ], Count); in calcExtTspScore()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp101 CacheMetrics::extTSPScore(BBAddr.at(&SrcBB), BBSize.at(&SrcBB), in calcExtTSPScore()
222 double CacheMetrics::extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, in extTSPScore() function in CacheMetrics
H A DExtTSPReorderAlgorithm.cpp88 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore() function
685 Score += extTSPScore(SrcBlock->EstimatedAddr, SrcBlock->Size, in score()