• Home
  • Raw
  • Download

Lines Matching defs:PM

74 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM) {  in LLVMAddAggressiveDCEPass()
78 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM) { in LLVMAddCFGSimplificationPass()
82 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadStoreEliminationPass()
86 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass()
90 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddIndVarSimplifyPass()
94 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM) { in LLVMAddInstructionCombiningPass()
98 void LLVMAddJumpThreadingPass(LLVMPassManagerRef PM) { in LLVMAddJumpThreadingPass()
102 void LLVMAddLICMPass(LLVMPassManagerRef PM) { in LLVMAddLICMPass()
106 void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM) { in LLVMAddLoopDeletionPass()
110 void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM) { in LLVMAddLoopIdiomPass()
114 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM) { in LLVMAddLoopRotatePass()
118 void LLVMAddLoopUnrollPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnrollPass()
122 void LLVMAddLoopUnswitchPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnswitchPass()
126 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM) { in LLVMAddMemCpyOptPass()
130 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass()
134 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass()
138 void LLVMAddSCCPPass(LLVMPassManagerRef PM) { in LLVMAddSCCPPass()
142 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPass()
146 void LLVMAddScalarReplAggregatesPassSSA(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPassSSA()
150 void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM, in LLVMAddScalarReplAggregatesPassWithThreshold()
155 void LLVMAddSimplifyLibCallsPass(LLVMPassManagerRef PM) { in LLVMAddSimplifyLibCallsPass()
159 void LLVMAddTailCallEliminationPass(LLVMPassManagerRef PM) { in LLVMAddTailCallEliminationPass()
163 void LLVMAddConstantPropagationPass(LLVMPassManagerRef PM) { in LLVMAddConstantPropagationPass()
167 void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddDemoteMemoryToRegisterPass()
171 void LLVMAddVerifierPass(LLVMPassManagerRef PM) { in LLVMAddVerifierPass()
175 void LLVMAddCorrelatedValuePropagationPass(LLVMPassManagerRef PM) { in LLVMAddCorrelatedValuePropagationPass()
179 void LLVMAddEarlyCSEPass(LLVMPassManagerRef PM) { in LLVMAddEarlyCSEPass()
183 void LLVMAddTypeBasedAliasAnalysisPass(LLVMPassManagerRef PM) { in LLVMAddTypeBasedAliasAnalysisPass()
187 void LLVMAddBasicAliasAnalysisPass(LLVMPassManagerRef PM) { in LLVMAddBasicAliasAnalysisPass()
191 void LLVMAddLowerExpectIntrinsicPass(LLVMPassManagerRef PM) { in LLVMAddLowerExpectIntrinsicPass()