Searched refs:FUNCTION_ANALYSIS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 51 #ifndef FUNCTION_ANALYSIS 52 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) 54 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis()) 55 FUNCTION_ANALYSIS("domtree", DominatorTreeAnalysis()) 56 FUNCTION_ANALYSIS("loops", LoopAnalysis()) 57 FUNCTION_ANALYSIS("no-op-function", NoOpFunctionAnalysis()) 58 FUNCTION_ANALYSIS("scalar-evolution", ScalarEvolutionAnalysis()) 59 FUNCTION_ANALYSIS("targetlibinfo", TargetLibraryAnalysis()) 60 FUNCTION_ANALYSIS("targetir", 62 #undef FUNCTION_ANALYSIS
|
D | PassBuilder.cpp | 115 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro 144 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isFunctionPassName() macro 199 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPassName() macro
|