reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13816 Worklist.push_back(N); 13817 Worklist.push_back(Op); 13818 if (!SDNode::hasPredecessorHelper(N, Visited, Worklist) && 13819 !SDNode::hasPredecessorHelper(Op, Visited, Worklist)) {