Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DVI

910               for (DbgValueVector::iterator DVI = DbgValues.begin(),
911 DVE = DbgValues.end(); DVI != DVE; ++DVI)
912 if (DVI->second == Q->second.Operand->getParent())
913 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);