Lines Matching refs:cyclehead
140 parentp -> cyclehead = parentp; in doarcs()
184 parentp -> cyclehead = parentp; in doarcs()
287 if ( childp -> cyclehead != childp ) { in timepropagate()
294 childp = childp -> cyclehead; in timepropagate()
328 if ( parentp -> cyclehead != parentp ) { in timepropagate()
329 parentp -> cyclehead -> childtime += share; in timepropagate()
330 parentp -> cyclehead -> propchild += propshare; in timepropagate()
364 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink()
382 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink()
400 cyclenlp -> cyclehead = cyclenlp; /* pointer to head of cycle */ in cyclelink()
416 memberp -> cyclehead = cyclenlp; in cyclelink()
496 for ( clp = cyclehead ; clp ; ) { in cycleanalyze()
504 cyclehead = 0; in cycleanalyze()
569 for ( clp = cyclehead ; clp ; clp = clp -> next ) { in addcycle()
608 clp -> next = cyclehead; in addcycle()
609 cyclehead = clp; in addcycle()
717 prev = &cyclehead; in compresslist()
718 for ( clp = cyclehead ; clp ; ) { in compresslist()
800 if ( childp -> cyclehead != oldhead ) { in doflags()
801 oldhead = childp -> cyclehead; in doflags()
886 headp = childp -> cyclehead; in inheritflags()
922 if ( arcp -> arc_parentp -> cyclehead == headp ) { in inheritflags()