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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 2924 bool drop_all_phis = EDGE_COUNT (bb->preds) == 2; local
2926 if (drop_all_phis)
2966 || !drop_all_phis)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 2928 bool drop_all_phis = EDGE_COUNT (bb->preds) == 2; local
2930 if (drop_all_phis)
2970 || !drop_all_phis)

Completed in 36 milliseconds