Searched refs:LOOP_ANALYSIS (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | TargetPassRegistry.inc | 49 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \ 68 #undef LOOP_ANALYSIS 184 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \ 187 #undef LOOP_ANALYSIS
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassRegistry.def | 604 #ifndef LOOP_ANALYSIS 605 #define LOOP_ANALYSIS(NAME, CREATE_PASS) 607 LOOP_ANALYSIS("ddg", DDGAnalysis()) 608 LOOP_ANALYSIS("iv-users", IVUsersAnalysis()) 609 LOOP_ANALYSIS("no-op-loop", NoOpLoopAnalysis()) 610 LOOP_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC)) 611 LOOP_ANALYSIS("should-run-extra-simple-loop-unswitch", 614 #undef LOOP_ANALYSIS
|
H A D | PassBuilder.cpp | 454 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \ in PassBuilder() macro 517 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \ in registerLoopAnalyses() macro 1377 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \ in isLoopPassName() macro 1888 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \ in parseLoopPass() macro 2277 #define LOOP_ANALYSIS(NAME, CREATE_PASS) printPassName(NAME, OS); in printPassNames() macro
|