Searched refs:ContextNode (Results 1 – 1 of 1) sorted by relevance
216 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local217 if (!ContextNode) in getContextSamplesFor()226 FunctionSamples *Samples = ContextNode->getFunctionSamples(); in getContextSamplesFor()227 if (Samples && ContextNode->getParentContext() != &RootContext) in getContextSamplesFor()401 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local403 while (--I >= 0 && ContextNode) { in getContextFor()406 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()410 return ContextNode; in getContextFor()418 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local424 while (ContextNode && !ContextRemain.empty()) { in getOrCreateContextPath()[all …]