Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp128 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore() function
703 double extTSPScore(const MergedChain &MergedBlocks, in extTSPScore() function in __anone35372fe0111::ExtTSPImpl
717 Score += ::extTSPScore(SrcBlock->EstimatedAddr, SrcBlock->Size, in extTSPScore()
821 auto NewGainScore = extTSPScore(MergedBlocks, Jumps) - ChainPred->score(); in computeMergeGain()
872 Into->setScore(extTSPScore(MergedBlocks, SelfEdge->jumps())); in mergeChains()
999 Score += ::extTSPScore(Addr[Pred], NodeSizes[Pred], Addr[Succ], Count, in calcExtTspScore()