Searched defs:TestSCFPipeliningPass (Results 1 – 1 of 1) sorted by relevance
112 struct TestSCFPipeliningPass struct117 TestSCFPipeliningPass(const TestSCFPipeliningPass &) {} in TestSCFPipeliningPass() function118 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 ®istry) const override { in getDependentDialects()[all …]