Searched refs:ContextNode (Results 1 – 1 of 1) sorted by relevance
279 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local280 if (!ContextNode) in getContextSamplesFor()289 FunctionSamples *Samples = ContextNode->getFunctionSamples(); in getContextSamplesFor()290 if (Samples && ContextNode->getParentContext() != &RootContext) in getContextSamplesFor()519 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local521 while (--I >= 0 && ContextNode) { in getContextFor()524 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()528 return ContextNode; in getContextFor()536 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local542 ContextNode = in getOrCreateContextPath()[all …]