9 #ifndef CIRCT_DIALECT_PIPELINE_PIPELINEOPS_H
10 #define CIRCT_DIALECT_PIPELINE_PIPELINEOPS_H
12 #include "mlir/IR/OpImplementation.h"
13 #include "mlir/IR/RegionKindInterface.h"
14 #include "mlir/IR/SymbolTable.h"
15 #include "mlir/Interfaces/CallInterfaces.h"
16 #include "mlir/Interfaces/ControlFlowInterfaces.h"
17 #include "mlir/Interfaces/InferTypeOpInterface.h"
18 #include "mlir/Interfaces/SideEffectInterfaces.h"
26 class ScheduledPipelineOp;
72 #define GET_OP_CLASSES
73 #include "circt/Dialect/Pipeline/Pipeline.h.inc"
llvm::SmallVector< Value > getValuesDefinedOutsideRegion(Region ®ion)
Block * getParentStageInPipeline(ScheduledPipelineOp pipeline, Operation *op)
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.