Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp35 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::ContextTrieNode
163 uint32_t Hash = nodeHash(CalleeName, CallSite); in getOrCreateChildContext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h66 static uint32_t nodeHash(StringRef ChildName, const LineLocation &Callsite);
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c209151 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)];