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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 97 /// getCopyCost - Return the cost of copying a value between two registers in
100 int getCopyCost() const { return CopyCost; }
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 98 /// getCopyCost - Return the cost of copying a value between two registers in
101 int getCopyCost() const { return MC->getCopyCost(); }

Completed in 291 milliseconds