Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1984 auto V2Elems = ShadowElements.find(V2); in combineShadows() local
1985 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1987 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()
1990 if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()
1997 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1998 if (V2Elems->second.count(V1)) in combineShadows()
2023 if (V2Elems != ShadowElements.end()) { in combineShadows()
2024 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()