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 103 unsigned Cost = TRI->getCostPerUse(PhysReg);
122 unsigned Cost = TRI->getCostPerUse(PhysReg);
RegAllocGreedy.cpp 620 unsigned Cost = TRI->getCostPerUse(PhysReg);
852 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) {
860 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 331 /// getCostPerUse - Return the additional cost of using this register instead
333 unsigned getCostPerUse(unsigned RegNo) const {
    [all...]

Completed in 77 milliseconds