reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
343 iterator begin() { return SyntheticRoot.Uses.begin(); } 344 iterator end() { return SyntheticRoot.Uses.end(); } 350 SyntheticRoot.Uses.push_back(&Node); 426 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } 427 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } 735 Node->Uses.push_back(AG[Use]); 771 if (ArgumentSCC[0]->Uses.size() == 1 && 772 ArgumentSCC[0]->Uses[0] == ArgumentSCC[0]) { 785 if (Node->Uses.empty()) { 803 for (ArgumentGraphNode *Use : N->Uses) {