Searched refs:getChildContext (Results 1 – 2 of 2) sorted by relevance
30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode363 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()421 return CallContext->getChildContext( in getCalleeContextFor()453 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()484 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()496 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()539 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
44 ContextTrieNode *getChildContext(const LineLocation &CallSite,