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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 4911 get_computation_cost (struct ivopts_data *data, struct iv_use *use, function
5049 cost = get_computation_cost (data, use, cand, false,
5075 cost = get_computation_cost (data, use, cand, true,
5105 cost = get_computation_cost (data, next, cand, true,
5625 express_cost = get_computation_cost (data, use, cand, false,
5700 /* Return true if get_computation_cost indicates that autoincrement is
5711 get_computation_cost (data, use, cand, true, NULL, &can_autoinc, NULL);
tree-ssa-loop-ivopts.cc 4911 get_computation_cost (struct ivopts_data *data, struct iv_use *use, function
5049 cost = get_computation_cost (data, use, cand, false,
5075 cost = get_computation_cost (data, use, cand, true,
5105 cost = get_computation_cost (data, next, cand, true,
5625 express_cost = get_computation_cost (data, use, cand, false,
5700 /* Return true if get_computation_cost indicates that autoincrement is
5711 get_computation_cost (data, use, cand, true, NULL, &can_autoinc, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 4862 get_computation_cost (struct ivopts_data *data, struct iv_use *use, function
5000 cost = get_computation_cost (data, use, cand, false,
5026 cost = get_computation_cost (data, use, cand, true,
5056 cost = get_computation_cost (data, next, cand, true,
5575 express_cost = get_computation_cost (data, use, cand, false,
5650 /* Return true if get_computation_cost indicates that autoincrement is
5661 get_computation_cost (data, use, cand, true, NULL, &can_autoinc, NULL);
tree-ssa-loop-ivopts.cc 4862 get_computation_cost (struct ivopts_data *data, struct iv_use *use, function
5000 cost = get_computation_cost (data, use, cand, false,
5026 cost = get_computation_cost (data, use, cand, true,
5056 cost = get_computation_cost (data, next, cand, true,
5575 express_cost = get_computation_cost (data, use, cand, false,
5650 /* Return true if get_computation_cost indicates that autoincrement is
5661 get_computation_cost (data, use, cand, true, NULL, &can_autoinc, NULL);

Completed in 98 milliseconds