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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 102 unsigned Cost = TRI->getCostPerUse(PhysReg);
121 unsigned Cost = TRI->getCostPerUse(PhysReg);
RegAllocGreedy.cpp 595 unsigned Cost = TRI->getCostPerUse(PhysReg);
827 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) {
835 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 322 /// getCostPerUse - Return the additional cost of using this register instead
324 unsigned getCostPerUse(unsigned RegNo) const {
    [all...]

Completed in 616 milliseconds