| /freebsd-12.1/contrib/llvm/include/llvm-c/Transforms/ |
| H A D | Scalar.h | 51 void LLVMAddScalarizerPass(LLVMPassManagerRef PM); 57 void LLVMAddGVNPass(LLVMPassManagerRef PM); 60 void LLVMAddNewGVNPass(LLVMPassManagerRef PM); 72 void LLVMAddLICMPass(LLVMPassManagerRef PM); 78 void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM); 81 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM); 84 void LLVMAddLoopRerollPass(LLVMPassManagerRef PM); 99 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM); 108 void LLVMAddSCCPPass(LLVMPassManagerRef PM); 133 void LLVMAddVerifierPass(LLVMPassManagerRef PM); [all …]
|
| H A D | IPO.h | 32 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM); 35 void LLVMAddConstantMergePass(LLVMPassManagerRef PM); 41 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM); 44 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM); 47 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM); 50 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM); 53 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM); 56 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM); 62 void LLVMAddPruneEHPass(LLVMPassManagerRef PM); 65 void LLVMAddIPSCCPPass(LLVMPassManagerRef PM); [all …]
|
| H A D | Coroutines.h | 36 void LLVMAddCoroEarlyPass(LLVMPassManagerRef PM); 39 void LLVMAddCoroSplitPass(LLVMPassManagerRef PM); 42 void LLVMAddCoroElidePass(LLVMPassManagerRef PM); 45 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM);
|
| H A D | PassManagerBuilder.h | 69 LLVMPassManagerRef PM); 74 LLVMPassManagerRef PM); 78 LLVMPassManagerRef PM,
|
| H A D | Utils.h | 36 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM); 39 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM);
|
| H A D | Vectorize.h | 37 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM); 40 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM);
|
| H A D | AggressiveInstCombine.h | 32 void LLVMAddAggressiveInstCombinerPass(LLVMPassManagerRef PM);
|
| H A D | InstCombine.h | 32 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Scalar.cpp | 141 void LLVMAddScalarizerPass(LLVMPassManagerRef PM) { in LLVMAddScalarizerPass() 145 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass() 149 void LLVMAddNewGVNPass(LLVMPassManagerRef PM) { in LLVMAddNewGVNPass() 165 void LLVMAddLoopSinkPass(LLVMPassManagerRef PM) { in LLVMAddLoopSinkPass() 169 void LLVMAddLICMPass(LLVMPassManagerRef PM) { in LLVMAddLICMPass() 177 void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM) { in LLVMAddLoopIdiomPass() 181 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM) { in LLVMAddLoopRotatePass() 205 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM) { in LLVMAddMemCpyOptPass() 217 void LLVMAddSCCPPass(LLVMPassManagerRef PM) { in LLVMAddSCCPPass() 250 void LLVMAddVerifierPass(LLVMPassManagerRef PM) { in LLVMAddVerifierPass() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | IPO.cpp | 69 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM) { in LLVMAddArgumentPromotionPass() 77 void LLVMAddConstantMergePass(LLVMPassManagerRef PM) { in LLVMAddConstantMergePass() 81 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadArgEliminationPass() 85 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() 89 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM) { in LLVMAddFunctionInliningPass() 93 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM) { in LLVMAddAlwaysInlinerPass() 97 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM) { in LLVMAddGlobalDCEPass() 101 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM) { in LLVMAddGlobalOptimizerPass() 109 void LLVMAddPruneEHPass(LLVMPassManagerRef PM) { in LLVMAddPruneEHPass() 113 void LLVMAddIPSCCPPass(LLVMPassManagerRef PM) { in LLVMAddIPSCCPPass() [all …]
|
| H A D | PassManagerBuilder.cpp | 1056 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateFunctionPassManager() 1064 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateModulePassManager() 1071 LLVMPassManagerRef PM, in LLVMPassManagerBuilderPopulateLTOPassManager()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | Vectorize.cpp | 37 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM) { in LLVMAddLoopVectorizePass() 41 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM) { in LLVMAddSLPVectorizePass()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Utils.cpp | 50 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM) { in LLVMAddLowerSwitchPass() 54 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 349 void LLVMAddCoroEarlyPass(LLVMPassManagerRef PM) { in LLVMAddCoroEarlyPass() 353 void LLVMAddCoroSplitPass(LLVMPassManagerRef PM) { in LLVMAddCoroSplitPass() 357 void LLVMAddCoroElidePass(LLVMPassManagerRef PM) { in LLVMAddCoroElidePass() 361 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM) { in LLVMAddCoroCleanupPass()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Types.h | 128 typedef struct LLVMOpaquePassManager *LLVMPassManagerRef; typedef
|
| H A D | TargetMachine.h | 157 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM);
|
| H A D | Core.h | 3827 LLVMPassManagerRef LLVMCreatePassManager(void); 3833 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M); 3836 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP); 3842 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M); 3847 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM); 3853 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F); 3858 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM); 3863 void LLVMDisposePassManager(LLVMPassManagerRef PM);
|
| H A D | Target.h | 212 LLVMPassManagerRef PM);
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | LegacyPassManager.h | 99 DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase, LLVMPassManagerRef)
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | Target.cpp | 65 LLVMPassManagerRef PM) { in LLVMAddTargetLibraryInfo()
|
| H A D | TargetMachineC.cpp | 269 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM) { in LLVMAddAnalysisPasses()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 350 void LLVMAddAggressiveInstCombinerPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveInstCombinerPass()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Core.cpp | 3879 LLVMPassManagerRef LLVMCreatePassManager() { in LLVMCreatePassManager() 3883 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M) { in LLVMCreateFunctionPassManagerForModule() 3887 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager() 3892 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M) { in LLVMRunPassManager() 3896 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM) { in LLVMInitializeFunctionPassManager() 3900 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F) { in LLVMRunFunctionPassManager() 3904 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM) { in LLVMFinalizeFunctionPassManager() 3908 void LLVMDisposePassManager(LLVMPassManagerRef PM) { in LLVMDisposePassManager()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3536 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM) { in LLVMAddInstructionCombiningPass()
|