Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DScheduleTreeTransform.cpp436 struct ApplyASTBuildOptions struct
437 : public ScheduleNodeRewriter<ApplyASTBuildOptions> {
438 using BaseTy = ScheduleNodeRewriter<ApplyASTBuildOptions>; argument
445 ApplyASTBuildOptions(llvm::ArrayRef<isl::union_set> ASTBuildOptions) in ApplyASTBuildOptions() argument
506 ApplyASTBuildOptions Applicator(Collector.ASTBuildOptions); in hoistExtensionNodes()