Home | History | Annotate | Download | only in Analysis

Lines Matching refs:preserved

88     // Finally, we intersect the final preserved analyses to compute the
89 // aggregate preserved set for this pass manager.
101 // preserved. We mark this with a set so that we don't need to inspect each
114 // If literally everything is preserved, we're done.
122 // that proxy isn't preserved we can't preserve this proxy either. We rely on
127 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>()) ||
138 // Directly check if the relevant set is preserved so we can short circuit
149 // Check to see whether the preserved set needs to be adjusted based on
223 // If literally everything is preserved, we're done.
227 // If this proxy isn't marked as preserved, then even if the result remains
233 // forcibly cleared. When preserved, this proxy will only invalidate results
236 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<LazyCallGraph::SCC>>()) {
243 // Directly check if the relevant set is preserved.
253 // Check to see whether the preserved set needs to be pruned based on
376 // there are preserved analysis we can avoid invalidating them here for