Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.h149 BlockFrequency getBlockFrequency(unsigned Number) const { in getBlockFrequency() function
DRegAllocGreedy.cpp977 StaticCost += SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
1140 Cost += SpillPlacer->getBlockFrequency(Number); in calcSpillCost()
1144 Cost += SpillPlacer->getBlockFrequency(Number); in calcSpillCost()
1169 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number); in calcGlobalSplitCost()
1182 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1183 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1188 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1795 SpillPlacer->getBlockFrequency(BI.MBB->getNumber()).getFrequency() * in tryLocalSplit()