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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 3029 class loop *must_exec; local
3045 must_exec = lim_data->always_executed_in;
3046 if (!must_exec)
3049 if (must_exec == loop
3050 || flow_loop_nested_p (must_exec, loop))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 2978 class loop *must_exec; local
2994 must_exec = lim_data->always_executed_in;
2995 if (!must_exec)
2998 if (must_exec == loop
2999 || flow_loop_nested_p (must_exec, loop))

Completed in 109 milliseconds