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 98 unsigned Cost = TRI->getCostPerUse(PhysReg);
117 unsigned Cost = TRI->getCostPerUse(PhysReg);
RegAllocGreedy.cpp 462 unsigned Cost = TRI->getCostPerUse(PhysReg);
653 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) {
661 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 320 /// getCostPerUse - Return the additional cost of using this register instead
322 unsigned getCostPerUse(unsigned RegNo) const {
    [all...]

Completed in 589 milliseconds