| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| D | Scalar.h | 35 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM); 38 void LLVMAddDCEPass(LLVMPassManagerRef PM); 41 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM); 44 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM); 47 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM); 50 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM); 53 void LLVMAddScalarizerPass(LLVMPassManagerRef PM); 56 void LLVMAddMergedLoadStoreMotionPass(LLVMPassManagerRef PM); 59 void LLVMAddGVNPass(LLVMPassManagerRef PM); 62 void LLVMAddNewGVNPass(LLVMPassManagerRef PM); [all …]
|
| D | IPO.h | 31 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM); 34 void LLVMAddConstantMergePass(LLVMPassManagerRef PM); 37 void LLVMAddMergeFunctionsPass(LLVMPassManagerRef PM); 40 void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM); 43 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM); 46 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM); 49 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM); 52 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM); 55 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM); 58 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM); [all …]
|
| D | Coroutines.h | 36 void LLVMAddCoroEarlyPass(LLVMPassManagerRef PM); 39 void LLVMAddCoroSplitPass(LLVMPassManagerRef PM); 42 void LLVMAddCoroElidePass(LLVMPassManagerRef PM); 45 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM);
|
| D | Utils.h | 35 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM); 38 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM); 41 void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM);
|
| D | PassManagerBuilder.h | 68 LLVMPassManagerRef PM); 73 LLVMPassManagerRef PM); 77 LLVMPassManagerRef PM,
|
| D | Vectorize.h | 36 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM); 39 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM);
|
| D | InstCombine.h | 31 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
|
| D | AggressiveInstCombine.h | 31 void LLVMAddAggressiveInstCombinerPass(LLVMPassManagerRef PM);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | Scalar.cpp | 121 void LLVMAddLoopSimplifyCFGPass(LLVMPassManagerRef PM) { in LLVMAddLoopSimplifyCFGPass() 129 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveDCEPass() 133 void LLVMAddDCEPass(LLVMPassManagerRef PM) { in LLVMAddDCEPass() 137 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM) { in LLVMAddBitTrackingDCEPass() 141 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM) { in LLVMAddAlignmentFromAssumptionsPass() 145 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM) { in LLVMAddCFGSimplificationPass() 149 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadStoreEliminationPass() 153 void LLVMAddScalarizerPass(LLVMPassManagerRef PM) { in LLVMAddScalarizerPass() 157 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass() 161 void LLVMAddNewGVNPass(LLVMPassManagerRef PM) { in LLVMAddNewGVNPass() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | IPO.cpp | 73 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM) { in LLVMAddArgumentPromotionPass() 77 void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM) { in LLVMAddCalledValuePropagationPass() 81 void LLVMAddConstantMergePass(LLVMPassManagerRef PM) { in LLVMAddConstantMergePass() 85 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadArgEliminationPass() 89 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() 93 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM) { in LLVMAddFunctionInliningPass() 97 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM) { in LLVMAddAlwaysInlinerPass() 101 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM) { in LLVMAddGlobalDCEPass() 105 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM) { in LLVMAddGlobalOptimizerPass() 109 void LLVMAddPruneEHPass(LLVMPassManagerRef PM) { in LLVMAddPruneEHPass() [all …]
|
| D | PassManagerBuilder.cpp | 1299 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateFunctionPassManager() 1307 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateModulePassManager() 1314 LLVMPassManagerRef PM, in LLVMPassManagerBuilderPopulateLTOPassManager()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | Utils.cpp | 55 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM) { in LLVMAddLowerSwitchPass() 59 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass() 63 void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM) { in LLVMAddAddDiscriminatorsPass()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | Vectorize.cpp | 36 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM) { in LLVMAddLoopVectorizePass() 40 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM) { in LLVMAddSLPVectorizePass()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/ |
| D | Types.h | 127 typedef struct LLVMOpaquePassManager *LLVMPassManagerRef; typedef
|
| D | TargetMachine.h | 157 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM);
|
| D | Core.h | 4105 LLVMPassManagerRef LLVMCreatePassManager(void); 4111 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M); 4114 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP); 4120 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M); 4125 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM); 4131 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F); 4136 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM); 4141 void LLVMDisposePassManager(LLVMPassManagerRef PM);
|
| D | Target.h | 207 LLVMPassManagerRef PM);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | LegacyPassManager.h | 102 DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase, LLVMPassManagerRef)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | Coroutines.cpp | 732 void LLVMAddCoroEarlyPass(LLVMPassManagerRef PM) { in LLVMAddCoroEarlyPass() 736 void LLVMAddCoroSplitPass(LLVMPassManagerRef PM) { in LLVMAddCoroSplitPass() 740 void LLVMAddCoroElidePass(LLVMPassManagerRef PM) { in LLVMAddCoroElidePass() 744 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM) { in LLVMAddCoroCleanupPass()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ |
| D | Target.cpp | 64 LLVMPassManagerRef PM) { in LLVMAddTargetLibraryInfo()
|
| D | TargetMachineC.cpp | 268 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM) { in LLVMAddAnalysisPasses()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| D | AggressiveInstCombine.cpp | 459 void LLVMAddAggressiveInstCombinerPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveInstCombinerPass()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Core.cpp | 4155 LLVMPassManagerRef LLVMCreatePassManager() { in LLVMCreatePassManager() 4159 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M) { in LLVMCreateFunctionPassManagerForModule() 4163 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager() 4168 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M) { in LLVMRunPassManager() 4172 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM) { in LLVMInitializeFunctionPassManager() 4176 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F) { in LLVMRunFunctionPassManager() 4180 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM) { in LLVMFinalizeFunctionPassManager() 4184 void LLVMDisposePassManager(LLVMPassManagerRef PM) { in LLVMDisposePassManager()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 4299 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM) { in LLVMAddInstructionCombiningPass()
|