Lines Matching refs:entry
69 label_postorder(ep->entry->bb, &info);
107 struct basic_block *bb = ep->entry->bb;
111 if (bb == ep->entry->bb)
112 continue; // entry node has no idom
119 struct basic_block *entry = ep->entry->bb;
134 assert(entry->postorder_nr == size-1);
135 doms[size-1] = entry;
146 if (b == entry)
147 continue; // ignore entry node
177 if (bb == entry)
178 continue; // ignore entry node
183 entry->idom = NULL;