Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp963 auto V1Elems = ShadowElements.find(V1); in combineShadows() local
965 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
966 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()
970 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()
973 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
974 if (V1Elems->second.count(V2)) in combineShadows()
1018 if (V1Elems != ShadowElements.end()) { in combineShadows()
1019 UnionElems = V1Elems->second; in combineShadows()