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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc 923 EXIT_BASE, EXIT_STEP, EXIT_CMP and EXIT_BOUND are set to values describing
925 the trees are set to null and EXIT_CMP is set to ERROR_MARK. */
931 enum tree_code *exit_cmp, tree *exit_bound)
951 *exit_cmp = ERROR_MARK;
1039 *exit_cmp = cmp;
1109 enum tree_code exit_cmp; local
1114 &exit_cmp, &exit_bound);
1284 gimple_cond_set_code (exit_if, exit_cmp);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-manip.cc 1000 EXIT_BASE, EXIT_STEP, EXIT_CMP and EXIT_BOUND are set to values describing
1002 the trees are set to null and EXIT_CMP is set to ERROR_MARK. */
1008 enum tree_code *exit_cmp, tree *exit_bound)
1028 *exit_cmp = ERROR_MARK;
1116 *exit_cmp = cmp;
1252 enum tree_code exit_cmp; local
1256 &exit_cmp, &exit_bound);
1443 gimple_cond_set_code (exit_if, exit_cmp);

Completed in 35 milliseconds