Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp854 int RCCost = 0; in calcRegisterCost() local
856 RCCost = W.RegWeight; in calcRegisterCost()
861 RCCost = W.RegWeight; in calcRegisterCost()
863 RCCost = -W.RegWeight; in calcRegisterCost()
865 if (RCCost == 0) in calcRegisterCost()
870 Cost[*PS] = RCCost; in calcRegisterCost()
872 Cost[*PS] += RCCost; in calcRegisterCost()