Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c485 bool has_use, has_def; in print_instance() local
495 has_use = false; in print_instance()
509 verbose(env, "%s", fmt_spis_mask(env, frame, !has_use, masks->may_read)); in print_instance()
510 has_use = true; in print_instance()
512 if (!has_use) in print_instance()
524 bpf_vlog_reset(&env->log, has_use ? pos : insn_pos); in print_instance()