Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp103 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
122 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
H A DRegAllocGreedy.cpp619 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign()
851 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) { in tryEvict()
859 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit) in tryEvict()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h328 unsigned getCostPerUse(unsigned RegNo) const { in getCostPerUse() function