Searched refs:extTSPScore (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | CacheMetrics.h | 33 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 100 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 D | CacheMetrics.cpp | 101 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 D | ExtTSPReorderAlgorithm.cpp | 88 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore() function 685 Score += extTSPScore(SrcBlock->EstimatedAddr, SrcBlock->Size, in score()
|