Lines Matching full:roots
87 // Find the roots - instructions that convert from the FP domain to
103 Roots.insert(&I);
108 Roots.insert(&I);
139 // the roots. Populate "SeenInsts" with interesting
149 std::deque<Instruction*> Worklist(Roots.begin(), Roots.end());
331 // Don't count the roots, as they terminate the graphs.
332 if (!Roots.contains(I)) {
468 if (Roots.count(I))
487 Roots.clear();