Searched refs:SCOP_PASS (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/Support/ |
D | PollyPasses.def | 23 #ifndef SCOP_PASS 24 #define SCOP_PASS(NAME, CREATE_PASS) 26 SCOP_PASS("polly-export-jscop", JSONExportPass()) 27 SCOP_PASS("polly-import-jscop", JSONImportPass()) 28 SCOP_PASS("print<polly-ast>", IslAstPrinterPass(outs())) 29 SCOP_PASS("print<polly-dependences>", DependenceInfoPrinterPass(outs())) 30 SCOP_PASS("polly-codegen", CodeGenerationPass()) 31 SCOP_PASS("polly-simplify", SimplifyPass()) 32 SCOP_PASS("print<polly-simplify>", SimplifyPrinterPass(outs())) 33 #undef SCOP_PASS
|
D | RegisterPasses.cpp | 637 #define SCOP_PASS(NAME, CREATE_PASS) \ in parseScopPass() macro 669 #define SCOP_PASS(NAME, CREATE_PASS) \ in isScopPassName() macro
|