Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1621 ValueToValueMapTy DbgValueMap; in insertDebugValuesForPHIs() local
1626 DbgValueMap.insert({Loc, DbgII}); in insertDebugValuesForPHIs()
1629 if (DbgValueMap.size() == 0) in insertDebugValuesForPHIs()
1650 auto V = DbgValueMap.find(VI); in insertDebugValuesForPHIs()
1651 if (V != DbgValueMap.end()) { in insertDebugValuesForPHIs()