Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp250 bool ConsiderUnseenAsDef);
253 bool ConsiderUnseenAsDef = false);
818 bool ConsiderUnseenAsDef) { in UpdateRegPressure() argument
819 auto Cost = calcRegisterCost(MI, /*ConsiderSeen=*/true, ConsiderUnseenAsDef); in UpdateRegPressure()
837 bool ConsiderUnseenAsDef) { in calcRegisterCost() argument
859 if (isNew && !isKill && ConsiderUnseenAsDef) in calcRegisterCost()