Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp273 const MCInstrDesc &UseMIDesc = UseInstr->getDesc(); in addPhysRegDataDeps() local
274 ImplicitPseudoUse = UseOpIdx >= ((int)UseMIDesc.getNumOperands()) && in addPhysRegDataDeps()
275 !UseMIDesc.hasImplicitUseOfPhysReg(UseReg); in addPhysRegDataDeps()