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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 7702 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; local
7923 e_step = create_tmp_var (diff_type, ".e_step");
7946 gimple_call_set_lhs (call, e_step);
7991 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step);
omp-expand.cc 7702 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; local
7923 e_step = create_tmp_var (diff_type, ".e_step");
7946 gimple_call_set_lhs (call, e_step);
7991 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 7613 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; local
7834 e_step = create_tmp_var (diff_type, ".e_step");
7857 gimple_call_set_lhs (call, e_step);
7902 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step);
omp-expand.cc 7613 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; local
7834 e_step = create_tmp_var (diff_type, ".e_step");
7857 gimple_call_set_lhs (call, e_step);
7902 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step);

Completed in 73 milliseconds