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

  /src/external/gpl3/gcc/dist/gcc/
loop-invariant.cc 22 things like address arithmetics -- other more complicated invariants should
31 used and move as many invariants as possible while we still have enough free
32 registers. We prefer the expensive invariants.
34 Then we move the selected invariants out of the loop, creating a new
108 /* The number of invariants which eqto this. */
137 /* Used for detecting already visited invariants during determining
141 /* The invariants it depends on. */
148 /* Table of invariants indexed by the df_ref uid field. */
170 /* The actual stamp for marking already visited invariants during determining
178 /* The invariants. *
180 static vec<invariant_p> invariants; variable
    [all...]
loop-invariant.cc 22 things like address arithmetics -- other more complicated invariants should
31 used and move as many invariants as possible while we still have enough free
32 registers. We prefer the expensive invariants.
34 Then we move the selected invariants out of the loop, creating a new
108 /* The number of invariants which eqto this. */
137 /* Used for detecting already visited invariants during determining
141 /* The invariants it depends on. */
148 /* Table of invariants indexed by the df_ref uid field. */
170 /* The actual stamp for marking already visited invariants during determining
178 /* The invariants. *
180 static vec<invariant_p> invariants; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-invariant.cc 22 things like address arithmetics -- other more complicated invariants should
31 used and move as many invariants as possible while we still have enough free
32 registers. We prefer the expensive invariants.
34 Then we move the selected invariants out of the loop, creating a new
108 /* The number of invariants which eqto this. */
137 /* Used for detecting already visited invariants during determining
141 /* The invariants it depends on. */
148 /* Table of invariants indexed by the df_ref uid field. */
170 /* The actual stamp for marking already visited invariants during determining
178 /* The invariants. *
180 static vec<invariant_p> invariants; variable
    [all...]
loop-invariant.cc 22 things like address arithmetics -- other more complicated invariants should
31 used and move as many invariants as possible while we still have enough free
32 registers. We prefer the expensive invariants.
34 Then we move the selected invariants out of the loop, creating a new
108 /* The number of invariants which eqto this. */
137 /* Used for detecting already visited invariants during determining
141 /* The invariants it depends on. */
148 /* Table of invariants indexed by the df_ref uid field. */
170 /* The actual stamp for marking already visited invariants during determining
178 /* The invariants. *
180 static vec<invariant_p> invariants; variable
    [all...]

Completed in 100 milliseconds