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

  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 831 N_PREDS_USED counts the number of edges where the register is live, and
855 int n_preds_used = 0, n_preds_joined = 0; local
869 n_preds_used++;
895 if (n_preds_joined < n_preds_used)
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 831 N_PREDS_USED counts the number of edges where the register is live, and
855 int n_preds_used = 0, n_preds_joined = 0; local
869 n_preds_used++;
895 if (n_preds_joined < n_preds_used)

Completed in 15 milliseconds