Lines Matching refs:LLVMPassManagerRef

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