Lines Matching defs:analysis
61 /// An analysis that identifies whether a value allocated by a Transform op may
64 /// analysis, but relies on side effects related to particular values that
65 /// currently cannot be modeled by the MLIR data flow analysis framework (also,
69 /// This analysis is conservatively pessimisic: it will consider that a value
86 /// Computes the analysis for Transform ops nested in the given operation.
135 /// the given operand. For the purposes of this analysis, the value is
148 // TODO: when this ported to the dataflow analysis infra, we should have
356 // require some analysis of all control flow paths through the nested
386 auto &analysis = getAnalysis<TransformOpMemFreeAnalysis>();
391 analysis.isUseLive(operand);