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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 2178 bool is_abnormal_phi; local
2192 is_abnormal_phi = bb_has_abnormal_pred (bb);
2227 if (is_abnormal_phi)
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 2197 bool is_abnormal_phi; local
2215 is_abnormal_phi = bb_has_abnormal_pred (bb);
2250 if (is_abnormal_phi)

Completed in 20 milliseconds