Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp218 float Freq = getBlockFrequency(I->Number); in addConstraints()
247 float Freq = getBlockFrequency(*I); in addPrefSpill()
275 float Freq = getBlockFrequency(Number); in addLinks()
DSpillPlacement.h142 float getBlockFrequency(unsigned Number) const { in getBlockFrequency() function
DRegAllocGreedy.cpp726 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
891 Cost += SpillPlacer->getBlockFrequency(Number); in calcSpillCost()
895 Cost += SpillPlacer->getBlockFrequency(Number); in calcSpillCost()
920 GlobalCost += Ins * SpillPlacer->getBlockFrequency(BC.Number); in calcGlobalSplitCost()
933 GlobalCost += 2*SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
937 GlobalCost += SpillPlacer->getBlockFrequency(Number); in calcGlobalSplitCost()
1410 const float blockFreq = SpillPlacer->getBlockFrequency(BI.MBB->getNumber()); in tryLocalSplit()