Lines Matching refs:FUNCTION_ANALYSIS
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())
160 FUNCTION_ANALYSIS("func-properties", FunctionPropertiesAnalysis())
161 FUNCTION_ANALYSIS("loops", LoopAnalysis())
162 FUNCTION_ANALYSIS("lazy-value-info", LazyValueAnalysis())
163 FUNCTION_ANALYSIS("da", DependenceAnalysis())
164 FUNCTION_ANALYSIS("inliner-size-estimator", InlineSizeEstimatorAnalysis())
165 FUNCTION_ANALYSIS("memdep", MemoryDependenceAnalysis())
166 FUNCTION_ANALYSIS("memoryssa", MemorySSAAnalysis())
167 FUNCTION_ANALYSIS("phi-values", PhiValuesAnalysis())
168 FUNCTION_ANALYSIS("regions", RegionInfoAnalysis())
169 FUNCTION_ANALYSIS("no-op-function", NoOpFunctionAnalysis())
170 FUNCTION_ANALYSIS("opt-remark-emit", OptimizationRemarkEmitterAnalysis())
171 FUNCTION_ANALYSIS("scalar-evolution", ScalarEvolutionAnalysis())
172 FUNCTION_ANALYSIS("stack-safety-local", StackSafetyAnalysis())
173 FUNCTION_ANALYSIS("targetlibinfo", TargetLibraryAnalysis())
174 FUNCTION_ANALYSIS("targetir",
176 FUNCTION_ANALYSIS("verify", VerifierAnalysis())
177 FUNCTION_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
181 FUNCTION_ANALYSIS(NAME, CREATE_PASS)
191 #undef FUNCTION_ANALYSIS