Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-sink.c272 use_operand_p one_use = NULL_USE_OPERAND_P; in statement_sink_location() local
283 FOR_EACH_IMM_USE_FAST (one_use, imm_iter, def) in statement_sink_location()
287 if (one_use != NULL_USE_OPERAND_P) in statement_sink_location()
292 if (one_use == NULL_USE_OPERAND_P) in statement_sink_location()
382 use = USE_STMT (one_use); in statement_sink_location()