Searched defs:calcSpillCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp178 unsigned calcSpillCost(unsigned PhysReg) const;
435 // calcSpillCost - Return the cost of spilling clearing out PhysReg and
440 unsigned RAFast::calcSpillCost(unsigned PhysReg) const { function in class:RAFast
525 unsigned Cost = calcSpillCost(Hint);
551 unsigned Cost = calcSpillCost(*I);

Completed in 88 milliseconds