Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp759 ContextNode *getNodeForStackId(uint64_t StackId);
1133 CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::getNodeForStackId( in getNodeForStackId() function in CallsiteContextGraph
1366 ContextNode *StackNode = getNodeForStackId(StackId); in addStackNodesForMIB()
1627 assert(Node == getNodeForStackId(Ids[0])); in assignStackNodesPostOrder()
1641 ContextNode *LastNode = getNodeForStackId(LastId); in assignStackNodesPostOrder()
1696 ContextNode *CurNode = getNodeForStackId(Id); in assignStackNodesPostOrder()
1728 ContextNode *FirstNode = getNodeForStackId(Ids[0]); in assignStackNodesPostOrder()
1745 ContextNode *CurNode = getNodeForStackId(Id); in assignStackNodesPostOrder()
1774 ContextNode *CurNode = getNodeForStackId(Id); in assignStackNodesPostOrder()
1857 ContextNode *LastNode = getNodeForStackId(LastId); in updateStackNodes()
[all …]