Lines Matching defs:pipeline
487 // execute a pipeline on the currently visited operation.
491 auto dynamicPipelineCallback = [&](OpPassManager &pipeline,
495 << "Trying to schedule a dynamic pipeline on an "
499 pipeline.getImpl().canScheduleOn(*op->getContext(), root->getName()));
501 // Before running, finalize the passes held by the pipeline.
502 if (failed(pipeline.getImpl().finalizePassList(root->getContext())))
505 // Initialize the user provided pipeline and execute the pipeline.
506 if (failed(pipeline.initialize(root->getContext(), parentInitGeneration)))
509 return OpToOpPassAdaptor::runPipeline(pipeline, root, nestedAm,
579 // any more in this pipeline, and this helps reduce the current working set
585 // Run the pipeline over the provided operation.
710 /// Run the held pipeline over all nested operations.
731 // Run the held pipeline over the current operation.
756 // pipeline has changed.
855 // Register all dialects for the current pipeline.
862 // Before running, make sure to finalize the pipeline pass list.
866 // Notify the context that we start running a pipeline for bookkeeping.
879 // Construct a top level analysis manager for the pipeline.