Searched refs:getCostPerUse (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp102 unsigned Cost = TRI->getCostPerUse(PhysReg);
121 unsigned Cost = TRI->getCostPerUse(PhysReg);
H A DRegAllocGreedy.cpp595 unsigned Cost = TRI->getCostPerUse(PhysReg);
827 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) {
835 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit)
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h322 /// getCostPerUse - Return the additional cost of using this register instead
324 unsigned getCostPerUse(unsigned RegNo) const { function in class:llvm::TargetRegisterInfo

Completed in 170 milliseconds