Searched refs:IsAllocation (Results 1 – 1 of 1) sorted by relevance
239 bool IsAllocation; member280 assert(IsAllocation); in getEdgesWithAllocInfo()340 ContextNode(bool IsAllocation) : IsAllocation(IsAllocation), Call() {} in ContextNode()342 ContextNode(bool IsAllocation, CallInfo C) in ContextNode()343 : IsAllocation(IsAllocation), Call(C) {} in ContextNode()1258 if (Node->IsAllocation || in assignStackNodesPostOrder()2298 if (!Node->IsAllocation) in printTotalSizes()2381 (Twine("OrigId: ") + (Node->IsAllocation ? "Alloc" : "") + in getNodeLabel()2478 std::make_unique<ContextNode>(Node->IsAllocation, Node->Call)); in moveEdgeToNewCalleeClone()3374 if (Node->IsAllocation) { in assignFunctions()