Home
last modified time | relevance | path

Searched refs:getOrCreateChildContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp178 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
541 ContextNode->getOrCreateChildContext(CallSiteLoc, Callsite.FuncName); in getOrCreateContextPath()
561 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h45 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp78 CurNode = CurNode->getOrCreateChildContext(CallsiteLoc, CallerName); in addInstructionForContext()
144 SizeContext->getOrCreateChildContext(CallsiteLoc, CallerName); in trackInlineesOptimizedAway()
H A DProfileGenerator.cpp901 CallerNode->getOrCreateChildContext(CalleeCallSite, CalleeName); in populateBoundarySamplesForFunction()