Lines Matching defs:NodeRef
2900 using NodeRef = const ContextNode<DerivedCCG, FuncTy, CallTy> *;
2903 static NodeRef getNode(const NodePtrTy &P) { return P.get(); }
2917 static NodeRef getEntryNode(GraphType G) {
2932 static ChildIteratorType child_begin(NodeRef N) {
2936 static ChildIteratorType child_end(NodeRef N) {
2948 using NodeRef = typename GTraits::NodeRef;
2951 static std::string getNodeLabel(NodeRef Node, GraphType G) {
2972 static std::string getNodeAttributes(NodeRef Node, GraphType) {
2987 static std::string getEdgeAttributes(NodeRef, ChildIteratorType ChildIter,
2997 static bool isNodeHidden(NodeRef Node, GraphType) {
3028 static std::string getNodeId(NodeRef Node) {