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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-prefetch.cc 430 described at analyze_ref. Callback for for_each_index. */
488 analyze_ref (class loop *loop, tree *ref_p, tree *base, function
547 if (!analyze_ref (loop, &ref, &base, &step, &delta, stmt))
549 /* If analyze_ref fails the default is a NULL_TREE. We can stop here. */
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-prefetch.cc 430 described at analyze_ref. Callback for for_each_index. */
488 analyze_ref (class loop *loop, tree *ref_p, tree *base, function
547 if (!analyze_ref (loop, &ref, &base, &step, &delta, stmt))
549 /* If analyze_ref fails the default is a NULL_TREE. We can stop here. */

Completed in 16 milliseconds