Searched refs:avoid_sync (Results 1 – 1 of 1) sorted by relevance
465 bool avoid_sync, bool avoid_output);476 bool avoid_sync) in choose_instr_dec() argument478 const char *mode = avoid_sync ? "-as" : ""; in choose_instr_dec()483 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()509 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()536 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()560 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()578 return choose_instr_inc(ctx, notes, avoid_sync, true); in choose_instr_dec()587 bool avoid_sync, bool avoid_output) in choose_instr_inc() argument589 const char *mode = avoid_sync ? "-as" : ""; in choose_instr_inc()[all …]