Searched defs:CallGraphNode (Results 1 – 4 of 4) sorted by relevance
32 class CallGraphNode; variable43 friend class CallGraphNode; variable171 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
64 class CallGraphNode; variable185 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
30 class CallGraphNode; variable
130 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()