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.cpp945 StaticCost += SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
1108 Cost += SpillPlacer->getBlockFrequency(Number); in calcSpillCost()
1112 Cost += SpillPlacer->getBlockFrequency(Number); in calcSpillCost()
1137 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number); in calcGlobalSplitCost()
1150 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1151 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1156 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1764 SpillPlacer->getBlockFrequency(BI.MBB->getNumber()).getFrequency() * in tryLocalSplit()