Lines Matching refs:PM

36 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM);
39 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM);
42 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM);
45 void LLVMAddScalarizerPass(LLVMPassManagerRef PM);
48 void LLVMAddGVNPass(LLVMPassManagerRef PM);
51 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM);
54 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
57 void LLVMAddJumpThreadingPass(LLVMPassManagerRef PM);
60 void LLVMAddLICMPass(LLVMPassManagerRef PM);
63 void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM);
66 void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM);
69 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM);
72 void LLVMAddLoopRerollPass(LLVMPassManagerRef PM);
75 void LLVMAddLoopUnrollPass(LLVMPassManagerRef PM);
78 void LLVMAddLoopUnswitchPass(LLVMPassManagerRef PM);
81 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM);
84 void LLVMAddPartiallyInlineLibCallsPass(LLVMPassManagerRef PM);
87 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM);
90 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
93 void LLVMAddSCCPPass(LLVMPassManagerRef PM);
96 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM);
99 void LLVMAddScalarReplAggregatesPassSSA(LLVMPassManagerRef PM);
102 void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM,
106 void LLVMAddSimplifyLibCallsPass(LLVMPassManagerRef PM);
109 void LLVMAddTailCallEliminationPass(LLVMPassManagerRef PM);
112 void LLVMAddConstantPropagationPass(LLVMPassManagerRef PM);
115 void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM);
118 void LLVMAddVerifierPass(LLVMPassManagerRef PM);
121 void LLVMAddCorrelatedValuePropagationPass(LLVMPassManagerRef PM);
124 void LLVMAddEarlyCSEPass(LLVMPassManagerRef PM);
127 void LLVMAddLowerExpectIntrinsicPass(LLVMPassManagerRef PM);
130 void LLVMAddTypeBasedAliasAnalysisPass(LLVMPassManagerRef PM);
133 void LLVMAddBasicAliasAnalysisPass(LLVMPassManagerRef PM);