Home
last modified time | relevance | path

Searched refs:FUNCTION_ANALYSIS (Results 1 – 2 of 2) 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