Searched refs:getChildContext (Results 1 – 2 of 2) sorted by relevance
30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode398 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()475 return CallContext->getChildContext( in getCalleeContextFor()508 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()530 ContextNode->getChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath()543 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()585 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
42 ContextTrieNode *getChildContext(const LineLocation &CallSite, in ParentContext()