Lines Matching refs:Roots
432 NodeVect &Roots) { in invert_find_roots() argument
435 Roots.push_back(N); in invert_find_roots()
1047 NodeVect Roots; in computeNodePlacement() local
1048 invert_find_roots(Nodes, NCM, Roots); in computeNodePlacement()
1052 for (GepNode *Root : Roots) in computeNodePlacement()
1058 for (GepNode *Root : Roots) in computeNodePlacement()
1065 for (GepNode *Root : Roots) in computeNodePlacement()
1151 NodeVect Roots; in materialize() local
1154 invert_find_roots(Nodes, NCM, Roots); in materialize()
1156 while (!Roots.empty()) { in materialize()
1157 NodeVect::iterator First = Roots.begin(); in materialize()
1159 Roots.erase(First); in materialize()
1211 Roots.push_back(CN); in materialize()