Searched refs:getChildContext (Results 1 – 2 of 2) sorted by relevance
30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode399 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()476 return CallContext->getChildContext( in getCalleeContextFor()509 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()531 ContextNode->getChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath()544 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()586 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
43 LLVM_ABI ContextTrieNode *getChildContext(const LineLocation &CallSite,