HomeSort by: relevance | last modified time | path
    Searched defs:expressions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 69 to move expressions further up than PRE would do, to make
82 2. Strength reduction can be performed by anticipating expressions
85 commutative expressions split up over multiple statements.
90 represent the actual statement containing the expressions we care about,
97 generation of values/expressions by a given block. We use them
104 expressions/values.
107 anticipatable expressions. ANTIC is a backwards dataflow
112 expressions, because the flow goes backwards through phis. We must
121 expressions fully redundant.
144 Fourth, we eliminate fully redundant expressions
323 static vec<pre_expr> expressions; variable
487 bitmap_head expressions; member in class:bitmap_set
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 69 to move expressions further up than PRE would do, to make
82 2. Strength reduction can be performed by anticipating expressions
85 commutative expressions split up over multiple statements.
90 represent the actual statement containing the expressions we care about,
97 generation of values/expressions by a given block. We use them
104 expressions/values.
107 anticipatable expressions. ANTIC is a backwards dataflow
112 expressions, because the flow goes backwards through phis. We must
121 expressions fully redundant.
144 Fourth, we eliminate fully redundant expressions
323 static vec<pre_expr> expressions; variable
499 bitmap_head expressions; member in class:bitmap_set
    [all...]

Completed in 26 milliseconds