Searched defs:CallGraphNode (Results 1 – 4 of 4) sorted by relevance
27 class CallGraphNode; variable35 friend class CallGraphNode; variable152 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
67 class CallGraphNode; variable198 inline CallGraphNode(Function *f) : F(f), NumReferences(0) {} in CallGraphNode() function
29 class CallGraphNode; variable
351 SmallPtrSet<CallGraphNode*,24> Visited) { in shouldSkipFunction()