Lines Matching refs:JF
390 find_levels_r(opt_state, ic, JF(b)); in find_levels_r()
391 level = MAX(JT(b)->level, JF(b)->level) + 1; in find_levels_r()
450 SET_INTERSECT(JF(b)->dom, b->dom, opt_state->nodewords); in find_dom()
523 SET_UNION(JF(b)->closure, b->closure, opt_state->nodewords); in find_closure()
702 p->out_use |= JT(p)->in_use | JF(p)->in_use; in find_ud()
886 JT(b) = JF(b); in opt_not()
887 JF(b) = tmp; in opt_not()
1123 JT(b) = JF(b); in opt_peep()
1125 JF(b) = JT(b); in opt_peep()
1166 if (JF(b) != JT(b)) { in opt_peep()
1174 JF(b) = JT(b); in opt_peep()
1176 JT(b) = JF(b); in opt_peep()
1665 return sense ? JT(child) : JF(child); in fold_edge()
1682 return JF(child); in fold_edge()
1712 if (JT(ep->succ) == JF(ep->succ)) { in opt_j()
1846 diffp = &JF(b->in_edges->pred); /* jf */ in or_pullup()
1899 diffp = &JF(*diffp); in or_pullup()
1910 samep = &JF(*diffp); in or_pullup()
1944 samep = &JF(*samep); in or_pullup()
1954 *samep = JF(pull); in or_pullup()
1955 JF(pull) = *diffp; in or_pullup()
1967 JF(ep->pred) = pull; in or_pullup()
2004 diffp = &JF(b->in_edges->pred); in and_pullup()
2011 if (JF(*diffp) != JF(b)) in and_pullup()
2028 if (JF(*samep) != JF(b)) in and_pullup()
2063 JF(ep->pred) = pull; in and_pullup()
2150 link_inedge(&b->ef, JF(b)); in find_inedges()
2162 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()
2303 make_marks(ic, JF(p)); in make_marks()
2388 if (JF(p)->link) { in intern_blocks()
2390 JF(p) = JF(p)->link; in intern_blocks()
2450 return count_blocks(ic, JT(p)) + count_blocks(ic, JF(p)) + 1; in count_blocks()
2477 number_blks_r(opt_state, ic, JF(p)); in number_blks_r()
2506 n = count_stmts(ic, JT(p)) + count_stmts(ic, JF(p)); in count_stmts()
2697 if (convert_code_r(conv_state, ic, JF(p)) == 0) in convert_code_r()
2831 off = JF(p)->offset - (p->offset + slen) - 1; in convert_code_r()
3000 dot_dump_node(ic, JF(block), prog, out); in dot_dump_node()
3014 block->id, JF(block)->id); in dot_dump_edge()
3017 dot_dump_edge(ic, JF(block), out); in dot_dump_edge()