Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp262 bool ImplicitPseudoUse = false; in addPhysRegDataDeps() local
274 ImplicitPseudoUse = UseOpIdx >= ((int)UseMIDesc.getNumOperands()) && in addPhysRegDataDeps()
279 if (!ImplicitPseudoDef && !ImplicitPseudoUse) { in addPhysRegDataDeps()