Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:calcSpillCost

178     unsigned calcSpillCost(unsigned PhysReg) const;
443 // calcSpillCost - Return the cost of spilling clearing out PhysReg and
448 unsigned RAFast::calcSpillCost(unsigned PhysReg) const {
533 unsigned Cost = calcSpillCost(Hint);
559 unsigned Cost = calcSpillCost(*I);