Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp242 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local
243 if (!ContextNode) in getContextSamplesFor()
252 FunctionSamples *Samples = ContextNode->getFunctionSamples(); in getContextSamplesFor()
253 if (Samples && ContextNode->getParentContext() != &RootContext) in getContextSamplesFor()
448 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local
450 while (--I >= 0 && ContextNode) { in getContextFor()
453 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()
457 return ContextNode; in getContextFor()
465 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local
471 while (ContextNode && !ContextRemain.empty()) { in getOrCreateContextPath()
[all …]