Lines Matching refs:FUNCTION_ANALYSIS
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())
97 FUNCTION_ANALYSIS("loops", LoopAnalysis())
98 FUNCTION_ANALYSIS("lazy-value-info", LazyValueAnalysis())
99 FUNCTION_ANALYSIS("da", DependenceAnalysis())
100 FUNCTION_ANALYSIS("memdep", MemoryDependenceAnalysis())
101 FUNCTION_ANALYSIS("memoryssa", MemorySSAAnalysis())
102 FUNCTION_ANALYSIS("regions", RegionInfoAnalysis())
103 FUNCTION_ANALYSIS("no-op-function", NoOpFunctionAnalysis())
104 FUNCTION_ANALYSIS("scalar-evolution", ScalarEvolutionAnalysis())
105 FUNCTION_ANALYSIS("targetlibinfo", TargetLibraryAnalysis())
106 FUNCTION_ANALYSIS("targetir",
108 FUNCTION_ANALYSIS("verify", VerifierAnalysis())
112 FUNCTION_ANALYSIS(NAME, CREATE_PASS)
121 #undef FUNCTION_ANALYSIS