Home
last modified time | relevance | path

Searched defs:TestSCFPipeliningPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/
H A DTestSCFUtils.cpp112 struct TestSCFPipeliningPass struct
117 TestSCFPipeliningPass(const TestSCFPipeliningPass &) {} in TestSCFPipeliningPass() function
118 StringRef getArgument() const final { return "test-scf-pipelining"; } in getArgument()
119 StringRef getDescription() const final { return "test scf.forOp pipelining"; } in getDescription()
121 Option<bool> annotatePipeline{
126 Option<bool> noEpiloguePeeling{
132 getSchedule(scf::ForOp forOp, in getSchedule()
151 static Operation *predicateOp(Operation *op, Value pred, in predicateOp()
172 static void annotate(Operation *op, in annotate()
191 void getDependentDialects(DialectRegistry &registry) const override { in getDependentDialects()
[all …]