Searched refs:ShadowElements (Results 1 – 2 of 2) sorted by relevance
305 DenseMap<Value *, std::set<Value *>> ShadowElements; member958 auto V1Elems = ShadowElements.find(V1); in combineShadows()959 auto V2Elems = ShadowElements.find(V2); in combineShadows()960 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()968 } else if (V1Elems != ShadowElements.end()) { in combineShadows()971 } else if (V2Elems != ShadowElements.end()) { in combineShadows()1013 if (V1Elems != ShadowElements.end()) { in combineShadows()1018 if (V2Elems != ShadowElements.end()) { in combineShadows()1023 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()
405 DenseMap<Value *, std::set<Value *>> ShadowElements; member1070 auto V1Elems = ShadowElements.find(V1); in combineShadows()1071 auto V2Elems = ShadowElements.find(V2); in combineShadows()1072 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()1080 } else if (V1Elems != ShadowElements.end()) { in combineShadows()1083 } else if (V2Elems != ShadowElements.end()) { in combineShadows()1125 if (V1Elems != ShadowElements.end()) { in combineShadows()1130 if (V2Elems != ShadowElements.end()) { in combineShadows()1135 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows()