Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c485 bool has_use, has_def; in print_instance() local
496 has_def = false; in print_instance()
520 verbose(env, "%s", fmt_spis_mask(env, frame, !has_def, masks->must_write)); in print_instance()
521 has_def = true; in print_instance()
523 if (!has_def) in print_instance()