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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 118 static gphi *find_phi_with_arg_on_edge (tree, edge);
4734 = find_phi_with_arg_on_edge (exit_res, latch_to_l1);
5683 find_phi_with_arg_on_edge (tree arg, edge e) function
6349 gphi *inner_loop_phi = find_phi_with_arg_on_edge (back_arg, ce);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 118 static gphi *find_phi_with_arg_on_edge (tree, edge);
4635 = find_phi_with_arg_on_edge (exit_res, latch_to_l1);
5588 find_phi_with_arg_on_edge (tree arg, edge e) function
6254 gphi *inner_loop_phi = find_phi_with_arg_on_edge (back_arg, ce);

Completed in 27 milliseconds