Home
last modified time | relevance | path

Searched refs:DbgValueMap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1612 ValueToValueMapTy DbgValueMap; in insertDebugValuesForPHIs() local
1617 DbgValueMap.insert({Loc, DbgII}); in insertDebugValuesForPHIs()
1620 if (DbgValueMap.size() == 0) in insertDebugValuesForPHIs()
1641 auto V = DbgValueMap.find(VI); in insertDebugValuesForPHIs()
1642 if (V != DbgValueMap.end()) { in insertDebugValuesForPHIs()