pool_match_dep
return pool_match_dep(pool, d1, rd2->name);
return pool_match_dep(pool, rd1->name, d2);
if (!pool_match_dep(pool, rd1->name, rd2->name))
int pool_match_dep(Pool *pool, Id d1, Id d2);