Class: LLVM::PassManager
- Inherits:
-
Object
- Object
- LLVM::PassManager
- Defined in:
- lib/llvm/core/pass_manager.rb,
lib/llvm/transforms/ipo.rb,
lib/llvm/transforms/utils.rb,
lib/llvm/transforms/scalar.rb,
lib/llvm/transforms/vectorize.rb
Overview
The PassManager runs a queue of passes on a module. See llvm.org/docs/Passes.html for the list of available passes.
Direct Known Subclasses
Instance Method Summary collapse
-
#<<(name) ⇒ LLVM::PassManager
Append a pass to the pass queue.
-
#adce! ⇒ Object
/** See llvm::createAggressiveDCEPass function.
-
#add_discriminators! ⇒ Object
/** See llvm::createAddDiscriminatorsPass function.
-
#alignment_from_assumptions! ⇒ Object
/** See llvm::createAlignmentFromAssumptionsPass function.
-
#always_inline! ⇒ Object
/** See llvm::createAlwaysInlinerPass function.
- #arg_promote! ⇒ Object
-
#basicaa! ⇒ Object
/** See llvm::createBasicAliasAnalysisPass function */ void LLVMAddBasicAliasAnalysisPass(LLVMPassManagerRef PM);.
- #bb_vectorize! ⇒ Object
-
#bdce! ⇒ Object
/** See llvm::createBitTrackingDCEPass function.
-
#called_value_propagation! ⇒ Object
/** See llvm::createCalledValuePropagationPass function.
-
#const_merge! ⇒ Object
/** See llvm::createConstantMergePass function.
- #constprop! ⇒ Object
-
#cvprop! ⇒ Object
/** See llvm::createCorrelatedValuePropagationPass function */ void LLVMAddCorrelatedValuePropagationPass(LLVMPassManagerRef PM);.
-
#dae! ⇒ Object
/** See llvm::createDeadArgEliminationPass function.
-
#dce! ⇒ Object
/** See llvm::createDeadCodeEliminationPass function.
-
#dispose ⇒ Object
Disposes the pass manager.
-
#dse! ⇒ Object
/** See llvm::createDeadStoreEliminationPass function.
-
#early_cse! ⇒ Object
/** See llvm::createEarlyCSEPass function */ void LLVMAddEarlyCSEPass(LLVMPassManagerRef PM);.
-
#early_cse_memssa! ⇒ Object
/** See llvm::createEarlyCSEPass function */ void LLVMAddEarlyCSEMemSSAPass(LLVMPassManagerRef PM);.
-
#fun_attrs! ⇒ Object
/** See llvm::createFunctionAttrsPass function.
-
#gdce! ⇒ Object
/** See llvm::createGlobalDCEPass function.
-
#global_opt! ⇒ Object
/** See llvm::createGlobalOptimizerPass function.
-
#gvn! ⇒ Object
/** See llvm::createGVNPass function.
-
#indvars! ⇒ Object
/** See llvm::createIndVarSimplifyPass function.
-
#initialize(machine = nil) ⇒ PassManager
constructor
Creates a new pass manager.
-
#inline! ⇒ Object
/** See llvm::createFunctionInliningPass function.
-
#instcombine! ⇒ Object
/** See llvm::createInstructionCombiningPass function.
-
#instsimplify! ⇒ Object
/** See llvm::createInstSimplifyLegacyPass function.
-
#internalize!(_all_but_main = true) ⇒ Object
/** See llvm::createInternalizePass function.
- #ipcp! ⇒ Object
-
#ipsccp! ⇒ Object
/** See llvm::createIPSCCPPass function.
-
#jump_threading! ⇒ Object
/** See llvm::createJumpThreadingPass function.
-
#licm! ⇒ Object
/** See llvm::createLICMPass function.
-
#loop_deletion! ⇒ Object
/** See llvm::createLoopDeletionPass function.
-
#loop_idiom! ⇒ Object
/** See llvm::createLoopIdiomPass function */ void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM);.
-
#loop_reroll! ⇒ Object
/** See llvm::createLoopRerollPass function.
-
#loop_rotate! ⇒ Object
/** See llvm::createLoopRotatePass function.
- #loop_unroll! ⇒ Object
-
#loop_unroll_and_jam! ⇒ Object
/** See llvm::createLoopUnrollAndJamPass function.
- #loop_unswitch! ⇒ Object
-
#loop_vectorize! ⇒ Object
/** See llvm::createLoopVectorizePass function.
-
#lower_constant_intrinsics! ⇒ Object
/** See llvm::createLowerConstantIntrinsicsPass function */ void LLVMAddLowerConstantIntrinsicsPass(LLVMPassManagerRef PM);.
-
#lower_expect! ⇒ Object
/** See llvm::createLowerExpectIntrinsicPass function */ void LLVMAddLowerExpectIntrinsicPass(LLVMPassManagerRef PM);.
-
#loweratomic! ⇒ Object
/** See llvm::createLowerAtomicPass function.
-
#lowerswitch! ⇒ Object
/** See llvm::createLowerSwitchPass function.
-
#mem2reg! ⇒ Object
/** See llvm::createPromoteMemoryToRegisterPass function.
-
#memcpyopt! ⇒ Object
/** See llvm::createMemCpyOptPass function.
-
#mergefunc! ⇒ Object
/** See llvm::createMergeFunctionsPass function.
-
#mergereturn! ⇒ Object
/** See llvm::createUnifyFunctionExitNodesPass function */ void LLVMAddUnifyFunctionExitNodesPass(LLVMPassManagerRef PM);.
-
#mldst_motion! ⇒ Object
/** See llvm::createMergedLoadStoreMotionPass function.
-
#newgvn! ⇒ Object
/** See llvm::createGVNPass function.
-
#partially_inline_libcalls! ⇒ Object
/** See llvm::createPartiallyInlineLibCallsPass function.
-
#prune_eh! ⇒ Object
/** See llvm::createPruneEHPass function.
-
#reassociate! ⇒ Object
/** See llvm::createReassociatePass function.
-
#reg2mem! ⇒ Object
/** See llvm::demotePromoteMemoryToRegisterPass function.
-
#run(mod) ⇒ true, false
Run the pass queue on the given module.
-
#scalarizer! ⇒ Object
/** See llvm::createScalarizerPass function.
-
#scalarrepl! ⇒ Object
/** See llvm::createSROAPass function.
-
#scalarrepl_ssa! ⇒ Object
/** See llvm::createSROAPass function.
-
#scalarrepl_threshold!(_threshold = 0) ⇒ Object
/** See llvm::createSROAPass function.
-
#sccp! ⇒ Object
/** See llvm::createSCCPPass function.
-
#scoped_noalias_aa! ⇒ Object
@ LLVMPass scoped-noalias-aa /** See llvm::createScopedNoAliasAAPass function */ void LLVMAddScopedNoAliasAAPass(LLVMPassManagerRef PM);.
-
#sdp! ⇒ Object
/** See llvm::createStripDeadPrototypesPass function.
-
#simplify_libcalls! ⇒ Object
/** See llvm::createSimplifyLibCallsPass function.
-
#simplifycfg! ⇒ Object
/** See llvm::createCFGSimplificationPass function.
-
#slp_vectorize! ⇒ Object
/** See llvm::createSLPVectorizerPass function.
-
#strip! ⇒ Object
/** See llvm::createStripSymbolsPass function.
-
#tailcallelim! ⇒ Object
/** See llvm::createTailCallEliminationPass function.
-
#tbaa! ⇒ Object
/** See llvm::createTypeBasedAliasAnalysisPass function */ void LLVMAddTypeBasedAliasAnalysisPass(LLVMPassManagerRef PM);.
- #to_ptr ⇒ Object
-
#verify! ⇒ Object
/** See llvm::createVerifierPass function.
Constructor Details
#initialize(machine = nil) ⇒ PassManager
Creates a new pass manager.
15 16 17 18 19 |
# File 'lib/llvm/core/pass_manager.rb', line 15 def initialize(machine = nil) warn("[DEPRECATION] PassManager.new should be called without parameters") if machine @ptr = C.create_pass_manager() end |
Instance Method Details
#<<(name) ⇒ LLVM::PassManager
Append a pass to the pass queue.
30 31 32 33 34 |
# File 'lib/llvm/core/pass_manager.rb', line 30 def <<(name) send(:"#{name}!") self end |
#adce! ⇒ Object
/** See llvm::createAggressiveDCEPass function. */ void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM);
11 12 13 |
# File 'lib/llvm/transforms/scalar.rb', line 11 def adce! raise DeprecationError end |
#add_discriminators! ⇒ Object
/** See llvm::createAddDiscriminatorsPass function. */ void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM);
26 27 28 |
# File 'lib/llvm/transforms/utils.rb', line 26 def add_discriminators! raise DeprecationError end |
#alignment_from_assumptions! ⇒ Object
/** See llvm::createAlignmentFromAssumptionsPass function. */ void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM);
32 33 34 |
# File 'lib/llvm/transforms/scalar.rb', line 32 def alignment_from_assumptions! raise DeprecationError end |
#always_inline! ⇒ Object
/** See llvm::createAlwaysInlinerPass function. */ void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM);
59 60 61 |
# File 'lib/llvm/transforms/ipo.rb', line 59 def always_inline! raise DeprecationError end |
#arg_promote! ⇒ Object
10 11 12 |
# File 'lib/llvm/transforms/ipo.rb', line 10 def arg_promote! raise DeprecationError end |
#basicaa! ⇒ Object
/** See llvm::createBasicAliasAnalysisPass function */ void LLVMAddBasicAliasAnalysisPass(LLVMPassManagerRef PM);
304 305 306 |
# File 'lib/llvm/transforms/scalar.rb', line 304 def basicaa! raise DeprecationError end |
#bb_vectorize! ⇒ Object
9 10 11 |
# File 'lib/llvm/transforms/vectorize.rb', line 9 def bb_vectorize! raise DeprecationError end |
#bdce! ⇒ Object
/** See llvm::createBitTrackingDCEPass function. */ void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM);
25 26 27 |
# File 'lib/llvm/transforms/scalar.rb', line 25 def bdce! raise DeprecationError end |
#called_value_propagation! ⇒ Object
/** See llvm::createCalledValuePropagationPass function. */ void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM);
31 32 33 |
# File 'lib/llvm/transforms/ipo.rb', line 31 def called_value_propagation! raise DeprecationError end |
#const_merge! ⇒ Object
/** See llvm::createConstantMergePass function. */ void LLVMAddConstantMergePass(LLVMPassManagerRef PM);
17 18 19 |
# File 'lib/llvm/transforms/ipo.rb', line 17 def const_merge! raise DeprecationError end |
#constprop! ⇒ Object
234 235 236 |
# File 'lib/llvm/transforms/scalar.rb', line 234 def constprop! raise DeprecationError end |
#cvprop! ⇒ Object
/** See llvm::createCorrelatedValuePropagationPass function */ void LLVMAddCorrelatedValuePropagationPass(LLVMPassManagerRef PM);
255 256 257 |
# File 'lib/llvm/transforms/scalar.rb', line 255 def cvprop! raise DeprecationError end |
#dae! ⇒ Object
/** See llvm::createDeadArgEliminationPass function. */ void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM);
38 39 40 |
# File 'lib/llvm/transforms/ipo.rb', line 38 def dae! raise DeprecationError end |
#dce! ⇒ Object
/** See llvm::createDeadCodeEliminationPass function. */ void LLVMAddDCEPass(LLVMPassManagerRef PM);
18 19 20 |
# File 'lib/llvm/transforms/scalar.rb', line 18 def dce! raise DeprecationError end |
#dispose ⇒ Object
Disposes the pass manager.
45 46 47 48 49 50 51 52 |
# File 'lib/llvm/core/pass_manager.rb', line 45 def dispose return if @ptr.nil? finalize C.dispose_pass_manager(@ptr) @ptr = nil end |
#dse! ⇒ Object
/** See llvm::createDeadStoreEliminationPass function. */ void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM);
46 47 48 |
# File 'lib/llvm/transforms/scalar.rb', line 46 def dse! raise DeprecationError end |
#early_cse! ⇒ Object
/** See llvm::createEarlyCSEPass function */ void LLVMAddEarlyCSEPass(LLVMPassManagerRef PM);
262 263 264 |
# File 'lib/llvm/transforms/scalar.rb', line 262 def early_cse! raise DeprecationError end |
#early_cse_memssa! ⇒ Object
/** See llvm::createEarlyCSEPass function */ void LLVMAddEarlyCSEMemSSAPass(LLVMPassManagerRef PM);
269 270 271 |
# File 'lib/llvm/transforms/scalar.rb', line 269 def early_cse_memssa! raise DeprecationError end |
#fun_attrs! ⇒ Object
/** See llvm::createFunctionAttrsPass function. */ void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
45 46 47 |
# File 'lib/llvm/transforms/ipo.rb', line 45 def fun_attrs! raise DeprecationError end |
#gdce! ⇒ Object
/** See llvm::createGlobalDCEPass function. */ void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM);
66 67 68 |
# File 'lib/llvm/transforms/ipo.rb', line 66 def gdce! raise DeprecationError end |
#global_opt! ⇒ Object
/** See llvm::createGlobalOptimizerPass function. */ void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM);
73 74 75 |
# File 'lib/llvm/transforms/ipo.rb', line 73 def global_opt! raise DeprecationError end |
#gvn! ⇒ Object
/** See llvm::createGVNPass function. */ void LLVMAddGVNPass(LLVMPassManagerRef PM);
67 68 69 |
# File 'lib/llvm/transforms/scalar.rb', line 67 def gvn! raise DeprecationError end |
#indvars! ⇒ Object
/** See llvm::createIndVarSimplifyPass function. */ void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM);
81 82 83 |
# File 'lib/llvm/transforms/scalar.rb', line 81 def indvars! raise DeprecationError end |
#inline! ⇒ Object
/** See llvm::createFunctionInliningPass function. */ void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM);
52 53 54 |
# File 'lib/llvm/transforms/ipo.rb', line 52 def inline! raise DeprecationError end |
#instcombine! ⇒ Object
/** See llvm::createInstructionCombiningPass function. */ void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
88 89 90 |
# File 'lib/llvm/transforms/scalar.rb', line 88 def instcombine! raise DeprecationError end |
#instsimplify! ⇒ Object
/** See llvm::createInstSimplifyLegacyPass function. */ void LLVMAddInstructionSimplifyPass(LLVMPassManagerRef PM);
95 96 97 |
# File 'lib/llvm/transforms/scalar.rb', line 95 def instsimplify! raise DeprecationError end |
#internalize!(_all_but_main = true) ⇒ Object
/** See llvm::createInternalizePass function. */ void LLVMAddInternalizePass(LLVMPassManagerRef, unsigned AllButMain);
99 100 101 |
# File 'lib/llvm/transforms/ipo.rb', line 99 def internalize!(_all_but_main = true) raise DeprecationError end |
#ipcp! ⇒ Object
78 79 80 |
# File 'lib/llvm/transforms/ipo.rb', line 78 def ipcp! raise DeprecationError end |
#ipsccp! ⇒ Object
/** See llvm::createIPSCCPPass function. */ void LLVMAddIPSCCPPass(LLVMPassManagerRef PM);
92 93 94 |
# File 'lib/llvm/transforms/ipo.rb', line 92 def ipsccp! raise DeprecationError end |
#jump_threading! ⇒ Object
/** See llvm::createJumpThreadingPass function. */ void LLVMAddJumpThreadingPass(LLVMPassManagerRef PM);
102 103 104 |
# File 'lib/llvm/transforms/scalar.rb', line 102 def jump_threading! raise DeprecationError end |
#licm! ⇒ Object
/** See llvm::createLICMPass function. */ void LLVMAddLICMPass(LLVMPassManagerRef PM);
109 110 111 |
# File 'lib/llvm/transforms/scalar.rb', line 109 def licm! raise DeprecationError end |
#loop_deletion! ⇒ Object
/** See llvm::createLoopDeletionPass function. */ void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM);
116 117 118 |
# File 'lib/llvm/transforms/scalar.rb', line 116 def loop_deletion! raise DeprecationError end |
#loop_idiom! ⇒ Object
/** See llvm::createLoopIdiomPass function */ void LLVMAddLoopIdiomPass(LLVMPassManagerRef PM);
123 124 125 |
# File 'lib/llvm/transforms/scalar.rb', line 123 def loop_idiom! raise DeprecationError end |
#loop_reroll! ⇒ Object
/** See llvm::createLoopRerollPass function. */ void LLVMAddLoopRerollPass(LLVMPassManagerRef PM);
137 138 139 |
# File 'lib/llvm/transforms/scalar.rb', line 137 def loop_reroll! raise DeprecationError end |
#loop_rotate! ⇒ Object
/** See llvm::createLoopRotatePass function. */ void LLVMAddLoopRotatePass(LLVMPassManagerRef PM);
130 131 132 |
# File 'lib/llvm/transforms/scalar.rb', line 130 def loop_rotate! raise DeprecationError end |
#loop_unroll! ⇒ Object
144 145 146 |
# File 'lib/llvm/transforms/scalar.rb', line 144 def loop_unroll! raise DeprecationError end |
#loop_unroll_and_jam! ⇒ Object
/** See llvm::createLoopUnrollAndJamPass function. */ void LLVMAddLoopUnrollAndJamPass(LLVMPassManagerRef PM);
151 152 153 |
# File 'lib/llvm/transforms/scalar.rb', line 151 def loop_unroll_and_jam! raise DeprecationError end |
#loop_unswitch! ⇒ Object
156 157 158 |
# File 'lib/llvm/transforms/scalar.rb', line 156 def loop_unswitch! raise DeprecationError end |
#loop_vectorize! ⇒ Object
/** See llvm::createLoopVectorizePass function. */ void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM);
16 17 18 |
# File 'lib/llvm/transforms/vectorize.rb', line 16 def loop_vectorize! raise DeprecationError end |
#lower_constant_intrinsics! ⇒ Object
/** See llvm::createLowerConstantIntrinsicsPass function */ void LLVMAddLowerConstantIntrinsicsPass(LLVMPassManagerRef PM);
283 284 285 |
# File 'lib/llvm/transforms/scalar.rb', line 283 def lower_constant_intrinsics! raise DeprecationError end |
#lower_expect! ⇒ Object
/** See llvm::createLowerExpectIntrinsicPass function */ void LLVMAddLowerExpectIntrinsicPass(LLVMPassManagerRef PM);
276 277 278 |
# File 'lib/llvm/transforms/scalar.rb', line 276 def lower_expect! raise DeprecationError end |
#loweratomic! ⇒ Object
/** See llvm::createLowerAtomicPass function. */ void LLVMAddLowerAtomicPass(LLVMPassManagerRef PM);
163 164 165 |
# File 'lib/llvm/transforms/scalar.rb', line 163 def loweratomic! raise DeprecationError end |
#lowerswitch! ⇒ Object
/** See llvm::createLowerSwitchPass function. */ void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM);
12 13 14 |
# File 'lib/llvm/transforms/utils.rb', line 12 def lowerswitch! raise DeprecationError end |
#mem2reg! ⇒ Object
/** See llvm::createPromoteMemoryToRegisterPass function. */ void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM);
19 20 21 |
# File 'lib/llvm/transforms/utils.rb', line 19 def mem2reg! raise DeprecationError end |
#memcpyopt! ⇒ Object
/** See llvm::createMemCpyOptPass function. */ void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM);
170 171 172 |
# File 'lib/llvm/transforms/scalar.rb', line 170 def memcpyopt! raise DeprecationError end |
#mergefunc! ⇒ Object
/** See llvm::createMergeFunctionsPass function. */ void LLVMAddMergeFunctionsPass(LLVMPassManagerRef PM);
24 25 26 |
# File 'lib/llvm/transforms/ipo.rb', line 24 def mergefunc! raise DeprecationError end |
#mergereturn! ⇒ Object
/** See llvm::createUnifyFunctionExitNodesPass function */ void LLVMAddUnifyFunctionExitNodesPass(LLVMPassManagerRef PM);
311 312 313 |
# File 'lib/llvm/transforms/scalar.rb', line 311 def mergereturn! raise DeprecationError end |
#mldst_motion! ⇒ Object
/** See llvm::createMergedLoadStoreMotionPass function. */ void LLVMAddMergedLoadStoreMotionPass(LLVMPassManagerRef PM);
60 61 62 |
# File 'lib/llvm/transforms/scalar.rb', line 60 def mldst_motion! raise DeprecationError end |
#newgvn! ⇒ Object
/** See llvm::createGVNPass function. */ void LLVMAddNewGVNPass(LLVMPassManagerRef PM);
74 75 76 |
# File 'lib/llvm/transforms/scalar.rb', line 74 def newgvn! raise DeprecationError end |
#partially_inline_libcalls! ⇒ Object
/** See llvm::createPartiallyInlineLibCallsPass function. */ void LLVMAddPartiallyInlineLibCallsPass(LLVMPassManagerRef PM);
177 178 179 |
# File 'lib/llvm/transforms/scalar.rb', line 177 def partially_inline_libcalls! raise DeprecationError end |
#prune_eh! ⇒ Object
/** See llvm::createPruneEHPass function. */ void LLVMAddPruneEHPass(LLVMPassManagerRef PM);
85 86 87 |
# File 'lib/llvm/transforms/ipo.rb', line 85 def prune_eh! raise DeprecationError end |
#reassociate! ⇒ Object
/** See llvm::createReassociatePass function. */ void LLVMAddReassociatePass(LLVMPassManagerRef PM);
184 185 186 |
# File 'lib/llvm/transforms/scalar.rb', line 184 def reassociate! raise DeprecationError end |
#reg2mem! ⇒ Object
/** See llvm::demotePromoteMemoryToRegisterPass function. */ void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM);
241 242 243 |
# File 'lib/llvm/transforms/scalar.rb', line 241 def reg2mem! raise DeprecationError end |
#run(mod) ⇒ true, false
Run the pass queue on the given module.
40 41 42 |
# File 'lib/llvm/core/pass_manager.rb', line 40 def run(mod) C.run_pass_manager(self, mod) != 0 end |
#scalarizer! ⇒ Object
/** See llvm::createScalarizerPass function. */ void LLVMAddScalarizerPass(LLVMPassManagerRef PM);
53 54 55 |
# File 'lib/llvm/transforms/scalar.rb', line 53 def scalarizer! raise DeprecationError end |
#scalarrepl! ⇒ Object
/** See llvm::createSROAPass function. */ void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM);
198 199 200 |
# File 'lib/llvm/transforms/scalar.rb', line 198 def scalarrepl! raise DeprecationError end |
#scalarrepl_ssa! ⇒ Object
/** See llvm::createSROAPass function. */ void LLVMAddScalarReplAggregatesPassSSA(LLVMPassManagerRef PM);
205 206 207 |
# File 'lib/llvm/transforms/scalar.rb', line 205 def scalarrepl_ssa! raise DeprecationError end |
#scalarrepl_threshold!(_threshold = 0) ⇒ Object
/** See llvm::createSROAPass function. */ void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM,
int Threshold);
threshold appears unused: llvm.org/doxygen/Scalar_8cpp_source.html#l00211
214 215 216 |
# File 'lib/llvm/transforms/scalar.rb', line 214 def scalarrepl_threshold!(_threshold = 0) raise DeprecationError end |
#sccp! ⇒ Object
/** See llvm::createSCCPPass function. */ void LLVMAddSCCPPass(LLVMPassManagerRef PM);
191 192 193 |
# File 'lib/llvm/transforms/scalar.rb', line 191 def sccp! raise DeprecationError end |
#scoped_noalias_aa! ⇒ Object
@ LLVMPass scoped-noalias-aa /** See llvm::createScopedNoAliasAAPass function */ void LLVMAddScopedNoAliasAAPass(LLVMPassManagerRef PM);
297 298 299 |
# File 'lib/llvm/transforms/scalar.rb', line 297 def scoped_noalias_aa! raise DeprecationError end |
#sdp! ⇒ Object
/** See llvm::createStripDeadPrototypesPass function. */ void LLVMAddStripDeadPrototypesPass(LLVMPassManagerRef PM);
106 107 108 |
# File 'lib/llvm/transforms/ipo.rb', line 106 def sdp! raise DeprecationError end |
#simplify_libcalls! ⇒ Object
/** See llvm::createSimplifyLibCallsPass function. */ void LLVMAddSimplifyLibCallsPass(LLVMPassManagerRef PM); removed: llvm.org/doxygen/Scalar_8cpp_source.html#l00211
222 223 224 |
# File 'lib/llvm/transforms/scalar.rb', line 222 def simplify_libcalls! raise DeprecationError end |
#simplifycfg! ⇒ Object
/** See llvm::createCFGSimplificationPass function. */ void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM);
39 40 41 |
# File 'lib/llvm/transforms/scalar.rb', line 39 def simplifycfg! raise DeprecationError end |
#slp_vectorize! ⇒ Object
/** See llvm::createSLPVectorizerPass function. */ void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM);
23 24 25 |
# File 'lib/llvm/transforms/vectorize.rb', line 23 def slp_vectorize! raise DeprecationError end |
#strip! ⇒ Object
/** See llvm::createStripSymbolsPass function. */ void LLVMAddStripSymbolsPass(LLVMPassManagerRef PM);
113 114 115 |
# File 'lib/llvm/transforms/ipo.rb', line 113 def strip! raise DeprecationError end |
#tailcallelim! ⇒ Object
/** See llvm::createTailCallEliminationPass function. */ void LLVMAddTailCallEliminationPass(LLVMPassManagerRef PM);
229 230 231 |
# File 'lib/llvm/transforms/scalar.rb', line 229 def tailcallelim! raise DeprecationError end |
#tbaa! ⇒ Object
/** See llvm::createTypeBasedAliasAnalysisPass function */ void LLVMAddTypeBasedAliasAnalysisPass(LLVMPassManagerRef PM);
290 291 292 |
# File 'lib/llvm/transforms/scalar.rb', line 290 def tbaa! raise DeprecationError end |
#to_ptr ⇒ Object
22 23 24 |
# File 'lib/llvm/core/pass_manager.rb', line 22 def to_ptr @ptr end |
#verify! ⇒ Object
/** See llvm::createVerifierPass function. */ void LLVMAddVerifierPass(LLVMPassManagerRef PM);
248 249 250 |
# File 'lib/llvm/transforms/scalar.rb', line 248 def verify! raise DeprecationError end |