Lines Matching defs:BaseTy
232 using BaseTy = ScheduleTreeRewriter<ExtensionNodeRewriter,
234 BaseTy &getBase() { return *this; }
235 const BaseTy &getBase() const { return *this; }
362 using BaseTy = RecursiveScheduleTreeVisitor<CollectASTBuildOptions>;
363 BaseTy &getBase() { return *this; }
364 const BaseTy &getBase() const { return *this; }
381 using BaseTy = ScheduleNodeRewriter<ApplyASTBuildOptions>;
382 BaseTy &getBase() { return *this; }
383 const BaseTy &getBase() const { return *this; }
566 using BaseTy = ScheduleTreeRewriter<BandCollapseRewriter>;
567 BaseTy &getBase() { return *this; }
568 const BaseTy &getBase() const { return *this; }
840 using BaseTy = ScheduleTreeRewriter<GreedyFusionRewriter, isl::union_map>;
841 BaseTy &getBase() { return *this; }
842 const BaseTy &getBase() const { return *this; }