Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp305 DenseMap<Value *, std::set<Value *>> ShadowElements; member
963 auto V1Elems = ShadowElements.find(V1); in combineShadows()
964 auto V2Elems = ShadowElements.find(V2); in combineShadows()
965 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
973 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
976 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1018 if (V1Elems != ShadowElements.end()) { in combineShadows()
1023 if (V2Elems != ShadowElements.end()) { in combineShadows()
1028 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()