Searched refs:doms (Results 1 – 3 of 3) sorted by relevance
88 static struct basic_block *intersect_dom(struct basic_block *doms[], in intersect_dom() argument94 b1 = doms[f1]; in intersect_dom()98 b2 = doms[f2]; in intersect_dom()120 struct basic_block **doms; in domtree_build() local133 doms = calloc(size, sizeof(*doms)); in domtree_build()135 doms[size-1] = entry; in domtree_build()151 if (!doms[pnr]) in domtree_build()158 new_idom = intersect_dom(doms, p, new_idom); in domtree_build()162 if (doms[bnr] != new_idom) { in domtree_build()163 doms[bnr] = new_idom; in domtree_build()[all …]
92 FOR_EACH_PTR(x->doms, y) { in visit()
174 struct basic_block_list *doms; /* list of BB idominated by this one */ member