Searched refs:LOOPNEST_PASS (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 721 #ifndef LOOPNEST_PASS 722 #define LOOPNEST_PASS(NAME, CREATE_PASS) 724 LOOPNEST_PASS("loop-flatten", LoopFlattenPass()) 725 LOOPNEST_PASS("loop-interchange", LoopInterchangePass()) 726 LOOPNEST_PASS("loop-unroll-and-jam", LoopUnrollAndJamPass()) 727 LOOPNEST_PASS("no-op-loopnest", NoOpLoopNestPass()) 728 #undef LOOPNEST_PASS
|
| H A D | PassBuilder.cpp | 501 #define LOOPNEST_PASS(NAME, CREATE_PASS) \ in PassBuilder() macro 1699 #define LOOPNEST_PASS(NAME, CREATE_PASS) \ in isLoopNestPassName() macro 1902 #define LOOPNEST_PASS(NAME, CREATE_PASS) \ in parseModulePass() macro 2017 #define LOOPNEST_PASS(NAME, CREATE_PASS) \ in parseCGSCCPass() macro 2127 #define LOOPNEST_PASS(NAME, CREATE_PASS) \ in parseFunctionPass() macro 2183 #define LOOPNEST_PASS(NAME, CREATE_PASS) \ in parseLoopPass() macro 2586 #define LOOPNEST_PASS(NAME, CREATE_PASS) printPassName(NAME, OS); in printPassNames() macro
|