Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp572 DenseMap<Value *, std::set<Value *>> ShadowElements; member
1834 auto V1Elems = ShadowElements.find(V1); in combineShadows()
1835 auto V2Elems = ShadowElements.find(V2); in combineShadows()
1836 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()
1845 } else if (V1Elems != ShadowElements.end()) { in combineShadows()
1848 } else if (V2Elems != ShadowElements.end()) { in combineShadows()
1869 if (V1Elems != ShadowElements.end()) { in combineShadows()
1874 if (V2Elems != ShadowElements.end()) { in combineShadows()
1879 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()