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

  /src/external/gpl3/gcc/dist/gcc/
loop-init.cc 101 bool needs_fixup = loops_state_satisfies_p (LOOPS_NEED_FIXUP);
108 if (!needs_fixup)
116 if (needs_fixup)
100 bool needs_fixup = loops_state_satisfies_p (LOOPS_NEED_FIXUP); local
tree-vect-patterns.cc 4320 bool needs_fixup = (variant == negate_variant) local
4392 if ((i < alg.ops - 1) || needs_fixup || cast_to_unsigned_p)
  /src/external/gpl3/gcc.old/dist/gcc/
loop-init.cc 101 bool needs_fixup = loops_state_satisfies_p (LOOPS_NEED_FIXUP);
108 if (!needs_fixup)
116 if (needs_fixup)
100 bool needs_fixup = loops_state_satisfies_p (LOOPS_NEED_FIXUP); local
tree-vect-patterns.cc 3200 bool needs_fixup = (variant == negate_variant) local
3272 if ((i < alg.ops - 1) || needs_fixup || cast_to_unsigned_p)

Completed in 31 milliseconds