Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DPollyPasses.def16 #ifndef SCOP_ANALYSIS
17 #define SCOP_ANALYSIS(NAME, CREATE_PASS)
19 SCOP_ANALYSIS("polly-ast", IslAstAnalysis())
20 SCOP_ANALYSIS("polly-dependences", DependenceAnalysis())
21 #undef SCOP_ANALYSIS
DRegisterPasses.cpp588 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \ in createScopAnalyses() macro
631 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \ in parseScopPass() macro
663 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \ in isScopPassName() macro