Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DVI

938               for (DbgValueVector::iterator DVI = DbgValues.begin(),
939 DVE = DbgValues.end(); DVI != DVE; ++DVI)
940 if (DVI->second == Q.second.Operand->getParent())
941 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);