Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DRegisterClassInfo.cpp101 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
120 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
DRegAllocGreedy.cpp482 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign()
709 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) { in tryEvict()
717 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit) in tryEvict()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetRegisterInfo.h324 unsigned getCostPerUse(unsigned RegNo) const { in getCostPerUse() function