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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 4177 get_computation_at (class loop *loop, gimple *at, function
4189 /* Like get_computation_at, but try harder, even if the computation
4196 if (tree ret = get_computation_at (loop, at, use, cand))
4209 /* Try to handle the case that get_computation_at doesn't,
7736 comp = get_computation_at (data->current_loop, use->stmt, use, cand);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 4136 get_computation_at (class loop *loop, gimple *at, function
4148 /* Like get_computation_at, but try harder, even if the computation
4155 if (tree ret = get_computation_at (loop, at, use, cand))
4168 /* Try to handle the case that get_computation_at doesn't,
7682 comp = get_computation_at (data->current_loop, use->stmt, use, cand);

Completed in 38 milliseconds