Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp379 struct ApplyASTBuildOptions final : ScheduleNodeRewriter<ApplyASTBuildOptions> { struct
380 using BaseTy = ScheduleNodeRewriter<ApplyASTBuildOptions>;
381 BaseTy &getBase() { return *this; } in getBase()
382 const BaseTy &getBase() const { return *this; } in getBase()
384 size_t Pos;
385 llvm::ArrayRef<isl::union_set> ASTBuildOptions;
387 ApplyASTBuildOptions(llvm::ArrayRef<isl::union_set> ASTBuildOptions) in ApplyASTBuildOptions() function
390 isl::schedule visitSchedule(isl::schedule Schedule) { in visitSchedule()
398 isl::schedule_node visitBand(isl::schedule_node_band Band) { in visitBand()