H A D | MemProfContextDisambiguation.cpp | 235 struct ContextNode { struct in __anonf01a58700111::CallsiteContextGraph 335 std::vector<ContextNode *> Clones; argument 338 ContextNode *CloneOf = nullptr; argument 340 ContextNode(bool IsAllocation) : IsAllocation(IsAllocation), Call() {} in ContextNode() argument 342 ContextNode(bool IsAllocation, CallInfo C) in ContextNode() function 345 void addClone(ContextNode *Clone) { in addClone() argument 356 ContextNode *getOrigNode() { in getOrigNode() argument 362 void addOrUpdateCallerEdge(ContextNode *Caller, AllocationType AllocType, 365 ContextEdge *findEdgeFromCallee(const ContextNode *Callee); 366 ContextEdge *findEdgeFromCaller(const ContextNode *Caller); [all …]
|