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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 7843 struct iv_cand *best_cand = NULL, *cand; local
7852 if (cand == best_cand)
7864 if (best_cand == NULL || best_pref < cand_pref)
7872 best_cand = cand;
7879 if (!best_cand)
tree-ssa-loop-ivopts.cc 7843 struct iv_cand *best_cand = NULL, *cand; local
7852 if (cand == best_cand)
7864 if (best_cand == NULL || best_pref < cand_pref)
7872 best_cand = cand;
7879 if (!best_cand)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 7789 struct iv_cand *best_cand = NULL, *cand; local
7798 if (cand == best_cand)
7810 if (best_cand == NULL || best_pref < cand_pref)
7818 best_cand = cand;
7825 if (!best_cand)
tree-ssa-loop-ivopts.cc 7789 struct iv_cand *best_cand = NULL, *cand; local
7798 if (cand == best_cand)
7810 if (best_cand == NULL || best_pref < cand_pref)
7818 best_cand = cand;
7825 if (!best_cand)

Completed in 164 milliseconds