Home
last modified time | relevance | path

Searched refs: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>; argument
387 ApplyASTBuildOptions(llvm::ArrayRef<isl::union_set> ASTBuildOptions) in ApplyASTBuildOptions() function
991 ApplyASTBuildOptions Applicator(Collector.ASTBuildOptions); in hoistExtensionNodes()