Searched refs:ImpR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp637 const MCPhysReg *ImpR = Op.isDef() ? D.getImplicitDefs() local
639 if (!ImpR)
641 while (*ImpR)
642 if (*ImpR++ == Reg)

Completed in 77 milliseconds