Searched refs:ContextNode (Results 1 – 1 of 1) sorted by relevance
243 if (!ContextNode) in getContextSamplesFor()447 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local449 while (--I >= 0 && ContextNode) { in getContextFor()452 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()456 return ContextNode; in getContextFor()464 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local470 while (ContextNode && !ContextRemain.empty()) { in getOrCreateContextPath()480 ContextNode = in getOrCreateContextPath()483 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()488 assert((!AllowCreate || ContextNode) && in getOrCreateContextPath()[all …]