Lines Matching refs:Checked
3362 // We've checked that this is UNDEF or a constant of some kind.
7312 SmallPtrSetImpl<const SDNode*> &Checked,
7314 // If this node has already been checked, don't check it again.
7315 if (Checked.count(N))
7328 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG);
7330 Checked.insert(N);
7346 SmallPtrSet<const SDNode*, 32> checked;
7347 checkForCyclesHelper(N, visited, checked, DAG);