Searched defs:CallGraphNode (Results 1 – 11 of 11) sorted by relevance
27 class CallGraphNode; variable35 friend class CallGraphNode; variable145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
64 class CallGraphNode; variable174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
30 class CallGraphNode; variable
69 class CallGraphNode; variable181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
62 class CallGraphNode; variable184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
124 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
90 CallGraphNode::CallGraphNode(HloComputation* computation) in CallGraphNode() function in xla::CallGraphNode
564 [](const CallGraphNode&) { return InternalError("Visitation failed"); }); in TEST_F()