Searched refs:DbgValueMap (Results 1 – 1 of 1) sorted by relevance
1997 DenseMap<Value *, DPValue *> DbgValueMap; in insertDPValuesForPHIs() local2002 DbgValueMap.insert({Loc, &DPV}); in insertDPValuesForPHIs()2005 if (DbgValueMap.size() == 0) in insertDPValuesForPHIs()2024 auto V = DbgValueMap.find(VI); in insertDPValuesForPHIs()2025 if (V != DbgValueMap.end()) { in insertDPValuesForPHIs()2061 ValueToValueMapTy DbgValueMap; in insertDebugValuesForPHIs() local2066 DbgValueMap.insert({Loc, DbgII}); in insertDebugValuesForPHIs()2069 if (DbgValueMap.size() == 0) in insertDebugValuesForPHIs()2090 auto V = DbgValueMap.find(VI); in insertDebugValuesForPHIs()2091 if (V != DbgValueMap.end()) { in insertDebugValuesForPHIs()