Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Visited

540   SmallPtrSet<Value*, 8> Visited; // For sanity checking the iteration scheme.
555 assert(Visited.insert(Op) && "Not first visit!");
565 assert(Visited.insert(Op) && "Not first visit!");
577 assert(Visited.count(Op) && "In leaf map but not visited!");
1793 SmallPtrSet<Instruction *, 8> Visited; // Detect self-referential nodes.
1800 Visited.insert(Op))