Lines Matching refs:scc_root
248 if ( t->scc_root == NULL && t->progress > T_MAKE_ACTIVE ) in make0rescan()
264 if ( result && t->scc_root == NULL ) in make0rescan()
266 t->scc_root = rescanning; in make0rescan()
459 TARGET * scc_root = target_scc( c->target ); in make0() local
460 if ( scc_root->fate == T_FATE_MAKING && in make0()
461 ( !scc_root->includes || in make0()
462 scc_root->includes->fate != T_FATE_MAKING ) ) in make0()
464 if ( scc_root->depth < cycle_depth ) in make0()
466 cycle_depth = scc_root->depth; in make0()
467 t->scc_root = scc_root; in make0()
486 if ( c->target->scc_root ) in make0()
488 TARGET * const scc_root = target_scc( c->target ); in make0() local
489 if ( scc_root != t->scc_root ) in make0()
492 &scc_root->leaf ); in make0()
494 &scc_root->time ); in make0()
495 c->target->fate = max( c->target->fate, scc_root->fate ); in make0()