Searched refs:nodeHash (Results 1 – 3 of 3) sorted by relevance
35 uint32_t Hash = nodeHash(CalleeName, CallSite); in getChildContext()68 uint32_t Hash = nodeHash(NodeToMove.getFuncName(), CallSite); in moveToChildContext()111 uint32_t Hash = nodeHash(CalleeName, CallSite); in removeChildContext()150 uint32_t ContextTrieNode::nodeHash(StringRef ChildName, in nodeHash() function in llvm::ContextTrieNode163 uint32_t Hash = nodeHash(CalleeName, CallSite); in getOrCreateChildContext()
66 static uint32_t nodeHash(StringRef ChildName, const LineLocation &Callsite);
209151 static unsigned int nodeHash(i64 iNode){209161 for(p=pRtree->aHash[nodeHash(iNode)]; p && p->iNode!=iNode; p=p->pNext);209171 iHash = nodeHash(pNode->iNode);209182 pp = &pRtree->aHash[nodeHash(pNode->iNode)];