| H A D | MemProfContextDisambiguation.cpp | 308 struct ContextNode { struct in __anonf01a58700111::CallsiteContextGraph 421 std::vector<ContextNode *> Clones; argument 424 ContextNode *CloneOf = nullptr; argument 426 ContextNode(bool IsAllocation) : IsAllocation(IsAllocation), Call() {} in ContextNode() argument 428 ContextNode(bool IsAllocation, CallInfo C) in ContextNode() function 431 void addClone(ContextNode *Clone) { in addClone() argument 442 ContextNode *getOrigNode() { in getOrigNode() argument 448 void addOrUpdateCallerEdge(ContextNode *Caller, AllocationType AllocType, 451 ContextEdge *findEdgeFromCallee(const ContextNode *Callee); 452 ContextEdge *findEdgeFromCaller(const ContextNode *Caller); [all …]
|