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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 426 /* The set of "related" IV candidates, plus the important ones. */
454 bool important; /* Whether this is an "important" candidate, i.e. such member in struct:iv_cand
616 /* A bitmap of important candidates. */
643 /* Whether to consider just related and important candidates when replacing a
3134 /* Adds a candidate BASE + STEP * i. Important field is set to IMPORTANT and
3140 add_candidate_1 (struct ivopts_data *data, tree base, tree step, bool important,
3168 important = false;
3219 cand->important = important
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 426 /* The set of "related" IV candidates, plus the important ones. */
454 bool important; /* Whether this is an "important" candidate, i.e. such member in struct:iv_cand
616 /* A bitmap of important candidates. */
643 /* Whether to consider just related and important candidates when replacing a
3094 /* Adds a candidate BASE + STEP * i. Important field is set to IMPORTANT and
3100 add_candidate_1 (struct ivopts_data *data, tree base, tree step, bool important,
3128 important = false;
3179 cand->important = important
    [all...]

Completed in 29 milliseconds