Lines Matching defs:pipeline
63 /// The textual description of the currently executing pipeline.
125 std::string pipeline =
130 builder.buildString("pipeline", pipeline);
250 "processing an MLIR pass pipeline";
313 // Emit a pass pipeline string for the current pass running on the current
490 if (entry.getKey() == "pipeline") {
493 this->pipeline = std::move(*value);
515 if (pipeline.has_value()) {
516 FailureOr<OpPassManager> reproPm = parsePassPipeline(*pipeline);