Searched defs:CallGraphNode (Results 1 – 3 of 3) sorted by relevance
64 class CallGraphNode; variable174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
30 class CallGraphNode; variable
131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()