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 315 /// getCostPerUse - Return the additional cost of using this register instead
317 unsigned getCostPerUse(unsigned RegNo) const {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 464 unsigned Cost = TRI->getCostPerUse(PhysReg);
646 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
    [all...]

Completed in 28 milliseconds