Lines Matching refs:Checked
3424 // We've checked that this is UNDEF or a constant of some kind.
7284 SmallPtrSetImpl<const SDNode*> &Checked,
7286 // If this node has already been checked, don't check it again.
7287 if (Checked.count(N))
7300 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG);
7302 Checked.insert(N);
7318 SmallPtrSet<const SDNode*, 32> checked;
7319 checkForCyclesHelper(N, visited, checked, DAG);