Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp959 auto V2Elems = ShadowElements.find(V2); in combineShadows() local
960 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
962 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()
964 } else if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()
971 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
972 if (V2Elems->second.count(V1)) in combineShadows()
1018 if (V2Elems != ShadowElements.end()) { in combineShadows()
1019 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()