Lines Matching defs:NodeRef
2328 using NodeRef = const ContextNode<DerivedCCG, FuncTy, CallTy> *;
2331 static NodeRef getNode(const NodePtrTy &P) { return P.get(); }
2345 static NodeRef getEntryNode(GraphType G) {
2360 static ChildIteratorType child_begin(NodeRef N) {
2364 static ChildIteratorType child_end(NodeRef N) {
2376 using NodeRef = typename GTraits::NodeRef;
2379 static std::string getNodeLabel(NodeRef Node, GraphType G) {
2400 static std::string getNodeAttributes(NodeRef Node, GraphType) {
2415 static std::string getEdgeAttributes(NodeRef, ChildIteratorType ChildIter,
2425 static bool isNodeHidden(NodeRef Node, GraphType) {
2456 static std::string getNodeId(NodeRef Node) {