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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-split.cc 191 true or false depending on INITIAL_TRUE, and adjusted values NEXTVAL
198 tree newbound, bool initial_true)
210 if (initial_true)
636 bool initial_true; local
641 initial_true = !tree_int_cst_sign_bit (iv.step);
645 initial_true = tree_int_cst_sign_bit (iv.step);
678 if (!initial_true)
766 patch_loop_exit (loop1, guard_code, guard_next, newend, initial_true);
772 if (!initial_true)
tree-ssa-loop-split.cc 191 true or false depending on INITIAL_TRUE, and adjusted values NEXTVAL
198 tree newbound, bool initial_true)
210 if (initial_true)
636 bool initial_true; local
641 initial_true = !tree_int_cst_sign_bit (iv.step);
645 initial_true = tree_int_cst_sign_bit (iv.step);
678 if (!initial_true)
766 patch_loop_exit (loop1, guard_code, guard_next, newend, initial_true);
772 if (!initial_true)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-split.cc 151 true or false depending on INITIAL_TRUE, and adjusted values NEXTVAL
158 bool initial_true)
171 if (initial_true)
588 bool initial_true; local
593 initial_true = !tree_int_cst_sign_bit (iv.step);
597 initial_true = tree_int_cst_sign_bit (iv.step);
611 if (!initial_true)
645 patch_loop_exit (loop1, guard_stmt, guard_next, newend, initial_true);
662 if (!initial_true)
tree-ssa-loop-split.cc 151 true or false depending on INITIAL_TRUE, and adjusted values NEXTVAL
158 bool initial_true)
171 if (initial_true)
588 bool initial_true; local
593 initial_true = !tree_int_cst_sign_bit (iv.step);
597 initial_true = tree_int_cst_sign_bit (iv.step);
611 if (!initial_true)
645 patch_loop_exit (loop1, guard_stmt, guard_next, newend, initial_true);
662 if (!initial_true)

Completed in 91 milliseconds