Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp305 uint8_t computeAllocType() const { in computeAllocType() function
572 uint8_t computeAllocType(DenseSet<uint32_t> &ContextIds);
953 uint8_t CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::computeAllocType( in computeAllocType() function in CallsiteContextGraph
1159 uint8_t NewAllocType = computeAllocType(NewEdgeContextIds); in connectNewNode()
1165 uint8_t NewAllocType = computeAllocType(NewEdgeContextIds); in connectNewNode()
1339 NewNode->AllocTypes = computeAllocType(SavedContextIds); in assignStackNodesPostOrder()
1375 : CurNode->computeAllocType(); in assignStackNodesPostOrder()
2541 auto CallerEdgeAllocType = computeAllocType(ContextIdsToMove); in moveEdgeToExistingCalleeClone()
2559 Edge->AllocTypes = computeAllocType(Edge->ContextIds); in moveEdgeToExistingCalleeClone()
2571 computeAllocType(OldCalleeEdge->getContextIds()); in moveEdgeToExistingCalleeClone()
[all …]