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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 310 /// getCostPerUse - Return the additional cost of using this register instead
312 unsigned getCostPerUse(unsigned RegNo) const {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 477 unsigned Cost = TRI->getCostPerUse(PhysReg);
641 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
    [all...]

Completed in 32 milliseconds