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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h66 static uint32_t nodeHash(StringRef ChildName, const LineLocation &Callsite);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp35 uint32_t Hash = nodeHash(CalleeName, CallSite);
68 uint32_t Hash = nodeHash(NodeToMove.getFuncName(), CallSite);
111 uint32_t Hash = nodeHash(CalleeName, CallSite);
150 uint32_t ContextTrieNode::nodeHash(StringRef ChildName, function in class:llvm::ContextTrieNode
163 uint32_t Hash = nodeHash(CalleeName, CallSite);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c209151 static unsigned int nodeHash(i64 iNode){ function
[all...]

Completed in 462 milliseconds