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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ter.cc 370 finished_with_expr (temp_expr_table *tab, int version, bool free_expr) function
498 finished_with_expr can modify the bitmap, so we can't execute over it. */
502 finished_with_expr (tab, version, true);
533 finished_with_expr (tab, version, !more_replacing);
671 finished_with_expr (tab, ver, true);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ter.cc 370 finished_with_expr (temp_expr_table *tab, int version, bool free_expr) function
498 finished_with_expr can modify the bitmap, so we can't execute over it. */
502 finished_with_expr (tab, version, true);
533 finished_with_expr (tab, version, !more_replacing);
671 finished_with_expr (tab, ver, true);

Completed in 15 milliseconds