Lines Matching +full:redirecting +full:- +full:with
13 -
34 -
36 .. _lexicon-bb-vectorization:
39 Basic-Block Vectorization
42 Bit-tracking dead code elimination. Some bit-wise instructions (shifts,
43 ands, ors, etc.) "kill" some of their input bits -- that is, they make it
49 Bottom Up Rewriting System --- A method of instruction selection for code
51 <http://www.program-transformation.org/Transform/BURG>`_ tool.
54 -
64 that prevent a wide variety of malware attacks from redirecting the flow
80 -
92 the collector might free the referenced object. With copying collectors,
103 -
116 -
126 -
141 In that respect, congruency is a compile-time approximation of equivalence
145 -
154 -
169 Inter-Procedural Analysis. Refers to any variety of code analysis that
173 Inter-Procedural Optimization. Refers to any variety of code optimization
180 -
183 Loop-Closed Static Single Assignment Form
200 **Load-VN**
204 Link-Time Optimization
207 -
213 -
223 -
233 -
236 Profile-Guided Optimization
246 -
250 Replace All Uses With. The functions ``User::replaceUsesOfWith()``,
253 Value with another by iterating over its def/use chain and fixing up all of
255 also `def/use chains <ProgrammersManual.html#iterating-over-def-use-use-def-chains>`_.
259 and other optimization. For example, changing ``(A+B-A)`` into ``(B+A-A)``,
272 generation, "root" almost always refers to a "stack root" --- a local or
279 Run-time Type Information
282 -
290 calculated only at designated safe points. With a copying collector,
304 Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
305 <lexicon-bb-vectorization>`.
326 -
329 Type-Based Alias Analysis
333 -