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.cpp568 ContextNode *getNodeForStackId(uint64_t StackId);
871 CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::getNodeForStackId( in getNodeForStackId() function in CallsiteContextGraph
1058 ContextNode *StackNode = getNodeForStackId(StackId); in addStackNodesForMIB()
1271 assert(Node == getNodeForStackId(Ids[0])); in assignStackNodesPostOrder()
1284 ContextNode *LastNode = getNodeForStackId(LastId); in assignStackNodesPostOrder()
1297 ContextNode *FirstNode = getNodeForStackId(Ids[0]); in assignStackNodesPostOrder()
1309 ContextNode *CurNode = getNodeForStackId(Id); in assignStackNodesPostOrder()
1355 ContextNode *CurNode = getNodeForStackId(Id); in assignStackNodesPostOrder()
1381 ContextNode *CurNode = getNodeForStackId(Id); in assignStackNodesPostOrder()
1451 ContextNode *LastNode = getNodeForStackId(LastId); in updateStackNodes()
[all …]