Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp502 uint8_t computeAllocType(DenseSet<uint32_t> &ContextIds);
883 uint8_t CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::computeAllocType( in computeAllocType() function in CallsiteContextGraph
1076 Edge->Callee, NewNode, computeAllocType(NewEdgeContextIds), in connectNewNode()
1082 NewNode, Edge->Caller, computeAllocType(NewEdgeContextIds), in connectNewNode()
1211 NewNode->AllocTypes = computeAllocType(NewNode->ContextIds); in assignStackNodesPostOrder()
2383 OldCallee->AllocTypes = computeAllocType(OldCallee->ContextIds); in moveEdgeToExistingCalleeClone()
2397 computeAllocType(OldCalleeEdge->getContextIds()); in moveEdgeToExistingCalleeClone()
2408 NewCalleeEdge->AllocTypes |= computeAllocType(EdgeContextIdsToMove); in moveEdgeToExistingCalleeClone()
2414 computeAllocType(EdgeContextIdsToMove), EdgeContextIdsToMove); in moveEdgeToExistingCalleeClone()