Searched refs:FUNCTION_ANALYSIS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 86 #ifndef FUNCTION_ANALYSIS 87 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) 89 FUNCTION_ANALYSIS("aa", AAManager()) 90 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis()) 91 FUNCTION_ANALYSIS("block-freq", BlockFrequencyAnalysis()) 92 FUNCTION_ANALYSIS("branch-prob", BranchProbabilityAnalysis()) 93 FUNCTION_ANALYSIS("domtree", DominatorTreeAnalysis()) 94 FUNCTION_ANALYSIS("postdomtree", PostDominatorTreeAnalysis()) 95 FUNCTION_ANALYSIS("demanded-bits", DemandedBitsAnalysis()) 96 FUNCTION_ANALYSIS("domfrontier", DominanceFrontierAnalysis()) [all …]
|
D | PassBuilder.cpp | 223 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro 299 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isFunctionPassName() macro 397 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPassName() macro
|