Lines Matching defs:analysis
155 /// Semantic analysis expression rewrites unroll implied do loop with
182 /// alias analysis.
573 /// IR. The result of this analysis pass is used to select the lowering
660 /// array constructors if it can, runs the ac-value analysis and
680 // The expression built by expression analysis for the array constructor
695 // Run an analysis of the array constructor ac-value.
696 ArrayCtorAnalysis analysis(converter.getFoldingContext(), arrayCtorExpr);
701 // Based on what was gathered and the result of the analysis, select and
704 analysis.anyArrayExpr ||
714 if (analysis.isSingleImpliedDoWithOneScalarPureExpr())
718 if (analysis.anyImpliedDo)