Home
last modified time | relevance | path

Searched refs:V1Elems (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1070 auto V1Elems = ShadowElements.find(V1); in combineShadows() local
1072 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1073 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()
1077 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()
1080 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
1081 if (V1Elems->second.count(V2)) in combineShadows()
1125 if (V1Elems != ShadowElements.end()) { in combineShadows()
1126 UnionElems = V1Elems->second; in combineShadows()