Searched defs:CallGraphNode (Results 1 – 4 of 4) sorted by relevance
32 class CallGraphNode; variable43 friend class CallGraphNode; variable156 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
65 class CallGraphNode; variable175 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
31 class CallGraphNode; variable
132 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()