Lines Matching refs:LLVMPassManagerRef
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()
165 void LLVMAddMergedLoadStoreMotionPass(LLVMPassManagerRef PM) { in LLVMAddMergedLoadStoreMotionPass()
169 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddIndVarSimplifyPass()
173 void LLVMAddInstructionSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddInstructionSimplifyPass()
177 void LLVMAddJumpThreadingPass(LLVMPassManagerRef PM) { in LLVMAddJumpThreadingPass()
181 void LLVMAddLoopSinkPass(LLVMPassManagerRef PM) { in LLVMAddLoopSinkPass()
185 void LLVMAddLICMPass(LLVMPassManagerRef PM) { in LLVMAddLICMPass()
189 void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM) { in LLVMAddLoopDeletionPass()
193 void LLVMAddLoopFlattenPass(LLVMPassManagerRef PM) { in LLVMAddLoopFlattenPass()
197 void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM) { in LLVMAddLoopIdiomPass()
201 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM) { in LLVMAddLoopRotatePass()
205 void LLVMAddLoopRerollPass(LLVMPassManagerRef PM) { in LLVMAddLoopRerollPass()
209 void LLVMAddLoopUnrollPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnrollPass()
213 void LLVMAddLoopUnrollAndJamPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnrollAndJamPass()
217 void LLVMAddLoopUnswitchPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnswitchPass()
221 void LLVMAddLowerAtomicPass(LLVMPassManagerRef PM) { in LLVMAddLowerAtomicPass()
225 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM) { in LLVMAddMemCpyOptPass()
229 void LLVMAddPartiallyInlineLibCallsPass(LLVMPassManagerRef PM) { in LLVMAddPartiallyInlineLibCallsPass()
233 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass()
237 void LLVMAddSCCPPass(LLVMPassManagerRef PM) { in LLVMAddSCCPPass()
241 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPass()
245 void LLVMAddScalarReplAggregatesPassSSA(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPassSSA()
249 void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM, in LLVMAddScalarReplAggregatesPassWithThreshold()
254 void LLVMAddSimplifyLibCallsPass(LLVMPassManagerRef PM) { in LLVMAddSimplifyLibCallsPass()
258 void LLVMAddTailCallEliminationPass(LLVMPassManagerRef PM) { in LLVMAddTailCallEliminationPass()
262 void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddDemoteMemoryToRegisterPass()
266 void LLVMAddVerifierPass(LLVMPassManagerRef PM) { in LLVMAddVerifierPass()
270 void LLVMAddCorrelatedValuePropagationPass(LLVMPassManagerRef PM) { in LLVMAddCorrelatedValuePropagationPass()
274 void LLVMAddEarlyCSEPass(LLVMPassManagerRef PM) { in LLVMAddEarlyCSEPass()
278 void LLVMAddEarlyCSEMemSSAPass(LLVMPassManagerRef PM) { in LLVMAddEarlyCSEMemSSAPass()
282 void LLVMAddGVNHoistLegacyPass(LLVMPassManagerRef PM) { in LLVMAddGVNHoistLegacyPass()
286 void LLVMAddTypeBasedAliasAnalysisPass(LLVMPassManagerRef PM) { in LLVMAddTypeBasedAliasAnalysisPass()
290 void LLVMAddScopedNoAliasAAPass(LLVMPassManagerRef PM) { in LLVMAddScopedNoAliasAAPass()
294 void LLVMAddBasicAliasAnalysisPass(LLVMPassManagerRef PM) { in LLVMAddBasicAliasAnalysisPass()
298 void LLVMAddLowerConstantIntrinsicsPass(LLVMPassManagerRef PM) { in LLVMAddLowerConstantIntrinsicsPass()
302 void LLVMAddLowerExpectIntrinsicPass(LLVMPassManagerRef PM) { in LLVMAddLowerExpectIntrinsicPass()
306 void LLVMAddUnifyFunctionExitNodesPass(LLVMPassManagerRef PM) { in LLVMAddUnifyFunctionExitNodesPass()