Home
last modified time | relevance | path

Searched refs:IsAllocation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp312 bool IsAllocation; member
356 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() argument
749 NodeOwner.push_back(std::make_unique<ContextNode>(IsAllocation, C)); in createNewNode()
1614 if (Node->IsAllocation || in assignStackNodesPostOrder()
3023 if (!Node->IsAllocation) in printTotalSizes()
[all …]