Searched defs:CallGraphNode (Results 1 – 7 of 7) sorted by relevance
81 explicit Edge(llvm::PointerIntPair<CallGraphNode *, 2, Kind> targetAndKind) in Edge()88 friend class CallGraphNode; variable131 CallGraphNode(Region *callableRegion) : callableRegion(callableRegion) {} in CallGraphNode() function
32 class CallGraphNode; global() variable 43 friend class CallGraphNode; global() variable 171 CallGraphNode(Decl *D) : FD(D) {} CallGraphNode() function [all...]
16 class CallGraphNode; variable
62 class CallGraphNode; global() variable 184 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} CallGraphNode() function [all...]
30 class CallGraphNode; variable
42 function_ref<void(CallGraphNode *, Operation *)> callback) { in walkReferencedSymbolNodes() argument 149 __anond8076aeb0302(CallGraphNode *, Operation *) CGUseList() argument 364 inlineHistoryIncludes(CallGraphNode * node,std::optional<size_t> inlineHistoryID,MutableArrayRef<std::pair<CallGraphNode *,std::optional<size_t>>> inlineHistory) inlineHistoryIncludes() argument [all...]