Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp579 DenseMap<Value *, std::set<Value *>> ShadowElements; member
1785 auto V1Elems = ShadowElements.find(V1); in combineShadows()
1786 auto V2Elems = ShadowElements.find(V2); in combineShadows()
1787 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1796 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
1799 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1820 if (V1Elems != ShadowElements.end()) { in combineShadows()
1825 if (V2Elems != ShadowElements.end()) { in combineShadows()
1830 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()