Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp964 auto V2Elems = ShadowElements.find(V2); in combineShadows() local
965 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
967 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()
969 } else if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()
976 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
977 if (V2Elems->second.count(V1)) in combineShadows()
1023 if (V2Elems != ShadowElements.end()) { in combineShadows()
1024 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()