Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:calcSpillCost

182     unsigned calcSpillCost(unsigned PhysReg) const;
452 // calcSpillCost - Return the cost of spilling clearing out PhysReg and
457 unsigned RAFast::calcSpillCost(unsigned PhysReg) const {
542 unsigned Cost = calcSpillCost(Hint);
568 unsigned Cost = calcSpillCost(*I);