Home
last modified time | relevance | path

Searched refs:getChildContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp31 ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &CallSite, in getChildContext() function in llvm::ContextTrieNode
403 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()
480 return CallContext->getChildContext( in getCalleeContextFor()
522 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()
544 ContextNode->getChildContext(CallSiteLoc, Callsite.FuncName); in getOrCreateContextPath()
556 return RootContext.getChildContext(LineLocation(0, 0), FName); in getTopLevelContextNode()
597 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h42 ContextTrieNode *getChildContext(const LineLocation &CallSite,
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp98 CurrNode = CurrNode->getChildContext(CallSiteLoc, Node->getFuncName()); in getFuncSizeForContext()