Home
last modified time | relevance | path

Searched refs:e_step (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c5198 tree e_bound = NULL_TREE, e_offset = NULL_TREE, e_step = NULL_TREE; in expand_oacc_for() local
5419 e_step = create_tmp_var (diff_type, ".e_step"); in expand_oacc_for()
5442 gimple_call_set_lhs (call, e_step); in expand_oacc_for()
5486 expr = build2 (PLUS_EXPR, diff_type, e_offset, e_step); in expand_oacc_for()