Home | History | Annotate | Download | only in gprof

Lines Matching full:cyc

104       if (child->cg.cyc.head != child && child->cg.cyc.head == head)
152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next)
165 if (head->cg.cyc.head != head)
167 head = head->cg.cyc.head;
175 if (child->cg.cyc.head == child)
181 tail->cg.cyc.next = child;
182 child->cg.cyc.head = head;
188 for (tail = child; tail->cg.cyc.next; tail = tail->cg.cyc.next)
190 tail->cg.cyc.next->cg.cyc.head = head;
192 print_name (tail->cg.cyc.next);
198 else if (child->cg.cyc.head != head /* firewall */ )
249 if (parent->cg.cyc.head == parent)
252 for (member = parent; member; member = member->cg.cyc.next)