Home
last modified time | relevance | path

Searched refs:V2Elems (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1071 auto V2Elems = ShadowElements.find(V2); in combineShadows() local
1072 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1074 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()
1076 } else if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()
1083 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1084 if (V2Elems->second.count(V1)) in combineShadows()
1130 if (V2Elems != ShadowElements.end()) { in combineShadows()
1131 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()