Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp359 struct CollectASTBuildOptions final struct
361 using BaseTy = RecursiveScheduleTreeVisitor<CollectASTBuildOptions>;
362 BaseTy &getBase() { return *this; } in getBase()
363 const BaseTy &getBase() const { return *this; } in getBase()
365 llvm::SmallVector<isl::union_set, 8> ASTBuildOptions;
367 void visitBand(isl::schedule_node_band Band) { in visitBand()