Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp305 DenseMap<Value *, std::set<Value *>> ShadowElements; member
958 auto V1Elems = ShadowElements.find(V1); in combineShadows()
959 auto V2Elems = ShadowElements.find(V2); in combineShadows()
960 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
968 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
971 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1013 if (V1Elems != ShadowElements.end()) { in combineShadows()
1018 if (V2Elems != ShadowElements.end()) { in combineShadows()
1023 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp405 DenseMap<Value *, std::set<Value *>> ShadowElements; member
1070 auto V1Elems = ShadowElements.find(V1); in combineShadows()
1071 auto V2Elems = ShadowElements.find(V2); in combineShadows()
1072 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1080 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
1083 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1125 if (V1Elems != ShadowElements.end()) { in combineShadows()
1130 if (V2Elems != ShadowElements.end()) { in combineShadows()
1135 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()