Searched refs:cacheScore (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | TailDuplication.cpp | 383 double TailDuplication::cacheScore(uint64_t SrcAddr, uint64_t SrcSize, in cacheScore() function in llvm::bolt::TailDuplication 440 CurScore += cacheScore(CurAddr[SrcBB], BBSize[SrcBB], CurAddr[DstBB], in cacheScoreImproved() 454 NewScore += cacheScore(NewAddr[SrcBB], BBSize[SrcBB], in cacheScoreImproved() 458 NewScore += cacheScore(NewAddr[SrcBB], BBSize[SrcBB], NewAddr[DstBB], in cacheScoreImproved()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | TailDuplication.h | 111 double cacheScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr,
|