Searched defs:CallGraphNode (Results 1 – 9 of 9) sorted by relevance
27 class CallGraphNode; variable35 friend class CallGraphNode; variable145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
67 class CallGraphNode; variable198 inline CallGraphNode(Function *f) : F(f), NumReferences(0) {} in CallGraphNode() function
65 class CallGraphNode; variable175 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
31 class CallGraphNode; variable
29 class CallGraphNode; variable
69 class CallGraphNode; variable181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
30 class CallGraphNode; variable
85 CallGraphNode::CallGraphNode(HloComputation* computation) in CallGraphNode() function in xla::CallGraphNode
560 [](const CallGraphNode&) { return InternalError("Visitation failed"); }); in TEST_F()