Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp958 auto V1Elems = ShadowElements.find(V1); in combineShadows() local
960 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
961 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()
965 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()
968 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
969 if (V1Elems->second.count(V2)) in combineShadows()
1013 if (V1Elems != ShadowElements.end()) { in combineShadows()
1014 UnionElems = V1Elems->second; in combineShadows()