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.cpp231 bool IsAllocation; member
270 ContextNode(bool IsAllocation) : IsAllocation(IsAllocation), Call() {} in ContextNode()
272 ContextNode(bool IsAllocation, CallInfo C) in ContextNode()
273 : IsAllocation(IsAllocation), Call(C) {} in ContextNode()
1129 if (Node->IsAllocation || in assignStackNodesPostOrder()
2257 (Twine("OrigId: ") + (Node->IsAllocation ? "Alloc" : "") + in getNodeLabel()
2353 std::make_unique<ContextNode>(Node->IsAllocation, Node->Call)); in moveEdgeToNewCalleeClone()
3163 if (Node->IsAllocation) { in assignFunctions()