Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1925 auto V2Elems = ShadowElements.find(V2); in combineShadows() local
1926 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1928 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()
1931 if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()
1938 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1939 if (V2Elems->second.count(V1)) in combineShadows()
1993 if (V2Elems != ShadowElements.end()) { in combineShadows()
1994 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()