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 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);
    [all...]
RegAllocGreedy.cpp 347 BlockFrequency calcSpillCost();
    [all...]

Completed in 1943 milliseconds