HomeSort by relevance Sort by last modified time
    Searched refs:calcSpillCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 161 unsigned calcSpillCost(unsigned PhysReg) const;
430 // calcSpillCost - Return the cost of spilling clearing out PhysReg and
435 unsigned RAFast::calcSpillCost(unsigned PhysReg) const {
522 unsigned Cost = calcSpillCost(Hint);
548 unsigned Cost = calcSpillCost(*I);
    [all...]
RegAllocGreedy.cpp 268 float calcSpillCost();
882 /// calcSpillCost - Compute how expensive it would be to split the live range in
884 float RAGreedy::calcSpillCost() {
    [all...]

Completed in 618 milliseconds