Searched refs:UpdateDebugValues (Results 1 – 3 of 3) sorted by relevance
124 void UpdateDebugValues(Instruction *I);125 void UpdateDebugValues(Instruction *I,127 void UpdateDebugValues(Instruction *I, SmallVectorImpl<DPValue *> &DbgValues);
200 void SSAUpdater::UpdateDebugValues(Instruction *I) { in UpdateDebugValues() function in SSAUpdater216 void SSAUpdater::UpdateDebugValues(Instruction *I, in UpdateDebugValues() function in SSAUpdater223 void SSAUpdater::UpdateDebugValues(Instruction *I, in UpdateDebugValues() function in SSAUpdater
2001 SSAUpdate.UpdateDebugValues(&I, DbgValues); in updateSSA()2002 SSAUpdate.UpdateDebugValues(&I, DPValues); in updateSSA()