Searched refs:ContextNode (Results 1 – 1 of 1) sorted by relevance
242 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local243 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() local450 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() local471 while (ContextNode && !ContextRemain.empty()) { in getOrCreateContextPath()[all …]