Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h66 static uint32_t nodeHash(StringRef ChildName, const LineLocation &Callsite);
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c194568 static unsigned int nodeHash(i64 iNode){
194578 for(p=pRtree->aHash[nodeHash(iNode)]; p && p->iNode!=iNode; p=p->pNext);
194588 iHash = nodeHash(pNode->iNode);
194599 pp = &pRtree->aHash[nodeHash(pNode->iNode)];