Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp405 DenseMap<Value *, std::set<Value *>> ShadowElements; member
1071 auto V1Elems = ShadowElements.find(V1); in combineShadows()
1072 auto V2Elems = ShadowElements.find(V2); in combineShadows()
1073 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1081 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
1084 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1126 if (V1Elems != ShadowElements.end()) { in combineShadows()
1131 if (V2Elems != ShadowElements.end()) { in combineShadows()
1136 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()