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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc 606 bool need_phis_p = add_exit_phis (names_to_rename, use_blocks); local
613 update_ssa (need_phis_p ? TODO_update_ssa : TODO_update_ssa_no_phi);
tree-ssa-loop-manip.cc 606 bool need_phis_p = add_exit_phis (names_to_rename, use_blocks); local
613 update_ssa (need_phis_p ? TODO_update_ssa : TODO_update_ssa_no_phi);

Completed in 144 milliseconds