Home
last modified time | relevance | path

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

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