Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DScheduleTreeTransform.cpp436 struct ApplyASTBuildOptions struct
438 using BaseTy = ScheduleNodeRewriter<ApplyASTBuildOptions>;
439 BaseTy &getBase() { return *this; } in getBase()
440 const BaseTy &getBase() const { return *this; } in getBase()
442 size_t Pos;
443 llvm::ArrayRef<isl::union_set> ASTBuildOptions;
445 ApplyASTBuildOptions(llvm::ArrayRef<isl::union_set> ASTBuildOptions) in ApplyASTBuildOptions() argument
448 isl::schedule visitSchedule(const isl::schedule &Schedule) { in visitSchedule()
456 isl::schedule_node visitBand(const isl::schedule_node &Band) { in visitBand()