Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c691 u32 cur_postorder, i, top, stack_sz, s; in bpf_compute_postorder() local
704 cur_postorder = 0; in bpf_compute_postorder()
706 env->subprog_info[i].postorder_start = cur_postorder; in bpf_compute_postorder()
713 postorder[cur_postorder++] = top; in bpf_compute_postorder()
727 env->subprog_info[i].postorder_start = cur_postorder; in bpf_compute_postorder()
729 env->cfg.cur_postorder = cur_postorder; in bpf_compute_postorder()
H A Dconst_fold.c259 for (i = env->cfg.cur_postorder - 1; i >= 0; i--) { in bpf_compute_const_regs()
H A Dliveness.c2270 for (i = 0; i < env->cfg.cur_postorder; ++i) { in bpf_compute_live_registers()
/linux/include/linux/
H A Dbpf_verifier.h977 int cur_postorder; member