Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp606 DenseMap<Value *, std::set<Value *>> ShadowElements; member
1967 auto V1Elems = ShadowElements.find(V1); in combineShadows()
1968 auto V2Elems = ShadowElements.find(V2); in combineShadows()
1969 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1978 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
1981 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
2002 if (V1Elems != ShadowElements.end()) { in combineShadows()
2007 if (V2Elems != ShadowElements.end()) { in combineShadows()
2012 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()