Searched refs:ShadowElements (Results 1 – 1 of 1) sorted by relevance
598 DenseMap<Value *, std::set<Value *>> ShadowElements; member1924 auto V1Elems = ShadowElements.find(V1); in combineShadows()1925 auto V2Elems = ShadowElements.find(V2); in combineShadows()1926 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()1935 } else if (V1Elems != ShadowElements.end()) { in combineShadows()1938 } else if (V2Elems != ShadowElements.end()) { in combineShadows()1988 if (V1Elems != ShadowElements.end()) { in combineShadows()1993 if (V2Elems != ShadowElements.end()) { in combineShadows()1998 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()