Searched refs:IsAllocation (Results 1 – 1 of 1) sorted by relevance
312 bool IsAllocation; member356 assert(!CalleeEdges.empty() || CallerEdges.empty() || IsAllocation || in useCallerEdgesForContextInfo()363 return IsAllocation || CloneRecursiveContexts; in useCallerEdgesForContextInfo()426 ContextNode(bool IsAllocation) : IsAllocation(IsAllocation), Call() {} in ContextNode()428 ContextNode(bool IsAllocation, CallInfo C) in ContextNode()429 : IsAllocation(IsAllocation), Call(C) {} in ContextNode()747 ContextNode *createNewNode(bool IsAllocation, const FuncTy *F = nullptr, in createNewNode() argument749 NodeOwner.push_back(std::make_unique<ContextNode>(IsAllocation, C)); in createNewNode()1614 if (Node->IsAllocation || in assignStackNodesPostOrder()3023 if (!Node->IsAllocation) in printTotalSizes()[all …]