Searched refs:getChildContext (Results 1 – 2 of 2) sorted by relevance
30 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode33 return getChildContext(CallSite); in getChildContext()43 ContextTrieNode::getChildContext(const LineLocation &CallSite) { in getChildContext() function in llvm::ContextTrieNode314 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()372 return CallContext->getChildContext( in getCalleeContextFor()406 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()437 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()448 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()491 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
43 ContextTrieNode *getChildContext(const LineLocation &CallSite,45 ContextTrieNode *getChildContext(const LineLocation &CallSite);