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

  /src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.h 283 loop_depth (0), is_return_callee_uncaptured (false)
290 call_stmt_time (s.call_stmt_time), loop_depth (s.loop_depth),
305 unsigned int loop_depth; member in class:ipa_call_summary
cfgloop.h 538 loop_depth (const class loop *loop) function
tree-vect-data-refs.cc 338 to limit the vectorization factor in the usual way. LOOP_DEPTH is
345 int loop_depth, unsigned int *max_vf)
350 int dist = dist_v[loop_depth];
410 unsigned int loop_depth; local
503 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr));
507 loop_depth, max_vf))
512 int dist = dist_v[loop_depth];
3767 /* Return true if the minimum nonzero dependence distance for loop LOOP_DEPTH
3772 unsigned int loop_depth, poly_uint64 vf)
3785 HOST_WIDE_INT dist = dist_v[loop_depth];
    [all...]
ira.cc 3061 short loop_depth;
3250 return ((reg_equiv[REGNO (x)].loop_depth >= reg_equiv[regno].loop_depth
3589 int loop_depth = bb_loop_depth (bb);
3828 reg_equiv[regno].loop_depth = (short) loop_depth;
3568 int loop_depth = bb_loop_depth (bb); local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.h 280 loop_depth (0), is_return_callee_uncaptured (false)
287 call_stmt_time (s.call_stmt_time), loop_depth (s.loop_depth),
302 unsigned int loop_depth; member in class:ipa_call_summary
cfgloop.h 530 loop_depth (const class loop *loop) function
tree-vect-data-refs.cc 289 to limit the vectorization factor in the usual way. LOOP_DEPTH is
296 int loop_depth, unsigned int *max_vf)
301 int dist = dist_v[loop_depth];
361 unsigned int loop_depth; local
454 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr));
458 loop_depth, max_vf))
463 int dist = dist_v[loop_depth];
3470 /* Return true if the minimum nonzero dependence distance for loop LOOP_DEPTH
3475 unsigned int loop_depth, poly_uint64 vf)
3488 HOST_WIDE_INT dist = dist_v[loop_depth];
    [all...]
ira.cc 3053 short loop_depth;
3239 return ((reg_equiv[REGNO (x)].loop_depth >= reg_equiv[regno].loop_depth
3577 int loop_depth = bb_loop_depth (bb);
3805 reg_equiv[regno].loop_depth = (short) loop_depth;
3556 int loop_depth = bb_loop_depth (bb); local

Completed in 57 milliseconds