Home
last modified time | relevance | path

Searched refs:FUNCTION_ANALYSIS (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Passes/
DPassRegistry.def86 #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 …]
DPassBuilder.cpp223 #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-7.0/llvm/lib/Passes/
DPassRegistry.def99 #ifndef FUNCTION_ANALYSIS
100 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS)
102 FUNCTION_ANALYSIS("aa", AAManager())
103 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())
104 FUNCTION_ANALYSIS("block-freq", BlockFrequencyAnalysis())
105 FUNCTION_ANALYSIS("branch-prob", BranchProbabilityAnalysis())
106 FUNCTION_ANALYSIS("domtree", DominatorTreeAnalysis())
107 FUNCTION_ANALYSIS("postdomtree", PostDominatorTreeAnalysis())
108 FUNCTION_ANALYSIS("demanded-bits", DemandedBitsAnalysis())
109 FUNCTION_ANALYSIS("domfrontier", DominanceFrontierAnalysis())
[all …]
DPassBuilder.cpp327 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro
1300 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isFunctionPassName() macro
1623 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPass() macro