Lines Matching defs:PM
120 void LLVMAddLoopSimplifyCFGPass(LLVMPassManagerRef PM) { in LLVMAddLoopSimplifyCFGPass()
128 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveDCEPass()
132 void LLVMAddDCEPass(LLVMPassManagerRef PM) { in LLVMAddDCEPass()
136 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM) { in LLVMAddBitTrackingDCEPass()
140 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM) { in LLVMAddAlignmentFromAssumptionsPass()
144 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM) { in LLVMAddCFGSimplificationPass()
148 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadStoreEliminationPass()
152 void LLVMAddScalarizerPass(LLVMPassManagerRef PM) { in LLVMAddScalarizerPass()
156 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass()
160 void LLVMAddNewGVNPass(LLVMPassManagerRef PM) { in LLVMAddNewGVNPass()
164 void LLVMAddMergedLoadStoreMotionPass(LLVMPassManagerRef PM) { in LLVMAddMergedLoadStoreMotionPass()
168 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddIndVarSimplifyPass()
172 void LLVMAddInstructionSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddInstructionSimplifyPass()
176 void LLVMAddJumpThreadingPass(LLVMPassManagerRef PM) { in LLVMAddJumpThreadingPass()
180 void LLVMAddLoopSinkPass(LLVMPassManagerRef PM) { in LLVMAddLoopSinkPass()
184 void LLVMAddLICMPass(LLVMPassManagerRef PM) { in LLVMAddLICMPass()
188 void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM) { in LLVMAddLoopDeletionPass()
192 void LLVMAddLoopFlattenPass(LLVMPassManagerRef PM) { in LLVMAddLoopFlattenPass()
196 void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM) { in LLVMAddLoopIdiomPass()
200 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM) { in LLVMAddLoopRotatePass()
204 void LLVMAddLoopRerollPass(LLVMPassManagerRef PM) { in LLVMAddLoopRerollPass()
208 void LLVMAddLoopUnrollPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnrollPass()
212 void LLVMAddLoopUnrollAndJamPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnrollAndJamPass()
216 void LLVMAddLoopUnswitchPass(LLVMPassManagerRef PM) { in LLVMAddLoopUnswitchPass()
220 void LLVMAddLowerAtomicPass(LLVMPassManagerRef PM) { in LLVMAddLowerAtomicPass()
224 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM) { in LLVMAddMemCpyOptPass()
228 void LLVMAddPartiallyInlineLibCallsPass(LLVMPassManagerRef PM) { in LLVMAddPartiallyInlineLibCallsPass()
232 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass()
236 void LLVMAddSCCPPass(LLVMPassManagerRef PM) { in LLVMAddSCCPPass()
240 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPass()
244 void LLVMAddScalarReplAggregatesPassSSA(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPassSSA()
248 void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM, in LLVMAddScalarReplAggregatesPassWithThreshold()
253 void LLVMAddSimplifyLibCallsPass(LLVMPassManagerRef PM) { in LLVMAddSimplifyLibCallsPass()
257 void LLVMAddTailCallEliminationPass(LLVMPassManagerRef PM) { in LLVMAddTailCallEliminationPass()
261 void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddDemoteMemoryToRegisterPass()
265 void LLVMAddVerifierPass(LLVMPassManagerRef PM) { in LLVMAddVerifierPass()
269 void LLVMAddCorrelatedValuePropagationPass(LLVMPassManagerRef PM) { in LLVMAddCorrelatedValuePropagationPass()
273 void LLVMAddEarlyCSEPass(LLVMPassManagerRef PM) { in LLVMAddEarlyCSEPass()
277 void LLVMAddEarlyCSEMemSSAPass(LLVMPassManagerRef PM) { in LLVMAddEarlyCSEMemSSAPass()
281 void LLVMAddGVNHoistLegacyPass(LLVMPassManagerRef PM) { in LLVMAddGVNHoistLegacyPass()
285 void LLVMAddTypeBasedAliasAnalysisPass(LLVMPassManagerRef PM) { in LLVMAddTypeBasedAliasAnalysisPass()
289 void LLVMAddScopedNoAliasAAPass(LLVMPassManagerRef PM) { in LLVMAddScopedNoAliasAAPass()
293 void LLVMAddBasicAliasAnalysisPass(LLVMPassManagerRef PM) { in LLVMAddBasicAliasAnalysisPass()
297 void LLVMAddLowerConstantIntrinsicsPass(LLVMPassManagerRef PM) { in LLVMAddLowerConstantIntrinsicsPass()
301 void LLVMAddLowerExpectIntrinsicPass(LLVMPassManagerRef PM) { in LLVMAddLowerExpectIntrinsicPass()
305 void LLVMAddUnifyFunctionExitNodesPass(LLVMPassManagerRef PM) { in LLVMAddUnifyFunctionExitNodesPass()