Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp161 unsigned calcSpillCost(unsigned PhysReg) const;
424 unsigned RAFast::calcSpillCost(unsigned PhysReg) const { in calcSpillCost() function in RAFast
495 unsigned Cost = calcSpillCost(Hint); in allocVirtReg()
517 unsigned Cost = calcSpillCost(*I); in allocVirtReg()
DRegAllocGreedy.cpp206 float calcSpillCost();
763 float RAGreedy::calcSpillCost() { in calcSpillCost() function in RAGreedy
950 float BestCost = Hysteresis * calcSpillCost(); in tryRegionSplit()