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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 4139 get_computation_aff (class loop *loop, gimple *at, struct iv_use *use, function
4183 if (!get_computation_aff (loop, at, use, cand, &aff))
7633 ok = get_computation_aff (data->current_loop, use->stmt, use, cand, &aff);
tree-ssa-loop-ivopts.cc 4139 get_computation_aff (class loop *loop, gimple *at, struct iv_use *use, function
4183 if (!get_computation_aff (loop, at, use, cand, &aff))
7633 ok = get_computation_aff (data->current_loop, use->stmt, use, cand, &aff);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 4098 get_computation_aff (class loop *loop, gimple *at, struct iv_use *use, function
4142 if (!get_computation_aff (loop, at, use, cand, &aff))
7579 ok = get_computation_aff (data->current_loop, use->stmt, use, cand, &aff);
tree-ssa-loop-ivopts.cc 4098 get_computation_aff (class loop *loop, gimple *at, struct iv_use *use, function
4142 if (!get_computation_aff (loop, at, use, cand, &aff))
7579 ok = get_computation_aff (data->current_loop, use->stmt, use, cand, &aff);

Completed in 57 milliseconds