Searched refs:FUNCTION_ANALYSIS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/ |
| D | PassRegistry.def | 147 #ifndef FUNCTION_ANALYSIS 148 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) 150 FUNCTION_ANALYSIS("aa", AAManager()) 151 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis()) 152 FUNCTION_ANALYSIS("block-freq", BlockFrequencyAnalysis()) 153 FUNCTION_ANALYSIS("branch-prob", BranchProbabilityAnalysis()) 154 FUNCTION_ANALYSIS("domtree", DominatorTreeAnalysis()) 155 FUNCTION_ANALYSIS("postdomtree", PostDominatorTreeAnalysis()) 156 FUNCTION_ANALYSIS("demanded-bits", DemandedBitsAnalysis()) 157 FUNCTION_ANALYSIS("domfrontier", DominanceFrontierAnalysis()) [all …]
|
| D | PassBuilder.cpp | 462 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in PassBuilder() macro 503 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() macro 2416 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isFunctionPassName() macro 2827 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPass() macro 3144 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in isAnalysisPassName() macro 3204 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) printPassName(NAME, OS); in printPassNames() macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachinePassRegistry.def | 28 #ifndef FUNCTION_ANALYSIS 29 #define FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) 31 FUNCTION_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis, (PIC)) 32 FUNCTION_ANALYSIS("targetir", TargetIRAnalysis, (std::move(TM.getTargetIRAnalysis()))) 33 #undef FUNCTION_ANALYSIS
|
| D | CodeGenPassBuilder.h | 537 #define FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerFunctionAnalyses() macro
|