Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DScheduleTreeTransform.cpp416 struct CollectASTBuildOptions struct
418 using BaseTy = RecursiveScheduleTreeVisitor<CollectASTBuildOptions>;
419 BaseTy &getBase() { return *this; } in getBase()
420 const BaseTy &getBase() const { return *this; } in getBase()
422 llvm::SmallVector<isl::union_set, 8> ASTBuildOptions;
424 void visitBand(const isl::schedule_node &Band) { in visitBand()