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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 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);
    [all...]
RegAllocGreedy.cpp 349 BlockFrequency calcSpillCost();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 161 unsigned calcSpillCost(unsigned PhysReg) const;
419 // calcSpillCost - Return the cost of spilling clearing out PhysReg and
424 unsigned RAFast::calcSpillCost(unsigned PhysReg) const {
495 unsigned Cost = calcSpillCost(Hint);
517 unsigned Cost = calcSpillCost(*I);
    [all...]
RegAllocGreedy.cpp 256 float calcSpillCost();
873 /// calcSpillCost - Compute how expensive it would be to split the live range in
875 float RAGreedy::calcSpillCost() {
    [all...]

Completed in 66 milliseconds