Searched refs:FUNCTION_ANALYSIS (Results 1 – 8 of 8) 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 115 #ifndef FUNCTION_ANALYSIS 116 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) 118 FUNCTION_ANALYSIS("aa", AAManager()) 119 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis()) 120 FUNCTION_ANALYSIS("block-freq", BlockFrequencyAnalysis()) 121 FUNCTION_ANALYSIS("branch-prob", BranchProbabilityAnalysis()) 122 FUNCTION_ANALYSIS("domtree", DominatorTreeAnalysis()) 123 FUNCTION_ANALYSIS("postdomtree", PostDominatorTreeAnalysis()) 124 FUNCTION_ANALYSIS("demanded-bits", DemandedBitsAnalysis()) 125 FUNCTION_ANALYSIS("domfrontier", DominanceFrontierAnalysis()) [all …]
|
D | PassBuilder.cpp | 378 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro 1738 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isFunctionPassName() macro 2103 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPass() macro
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassRegistry.def | 149 #ifndef FUNCTION_ANALYSIS 150 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) 152 FUNCTION_ANALYSIS("aa", AAManager()) 153 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis()) 154 FUNCTION_ANALYSIS("block-freq", BlockFrequencyAnalysis()) 155 FUNCTION_ANALYSIS("branch-prob", BranchProbabilityAnalysis()) 156 FUNCTION_ANALYSIS("domtree", DominatorTreeAnalysis()) 157 FUNCTION_ANALYSIS("postdomtree", PostDominatorTreeAnalysis()) 158 FUNCTION_ANALYSIS("demanded-bits", DemandedBitsAnalysis()) 159 FUNCTION_ANALYSIS("domfrontier", DominanceFrontierAnalysis()) [all …]
|
D | PassBuilder.cpp | 446 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in PassBuilder() macro 493 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro 2253 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isFunctionPassName() macro 2667 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPass() macro 2985 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isAnalysisPassName() macro
|
/external/llvm-project/polly/lib/Support/ |
D | PollyPasses.def | 1 #ifndef FUNCTION_ANALYSIS 2 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) 4 FUNCTION_ANALYSIS("polly-detect", ScopAnalysis()) 5 FUNCTION_ANALYSIS("polly-function-scops", ScopInfoAnalysis()) 6 #undef FUNCTION_ANALYSIS
|
D | RegisterPasses.cpp | 599 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro 614 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPipeline() macro
|