Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp180 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
543 ContextNode->getOrCreateChildContext(CallSiteLoc, Callsite.FuncName); in getOrCreateContextPath()
563 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h46 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp82 CurNode = CurNode->getOrCreateChildContext(CallsiteLoc, CallerName); in addInstructionForContext()
148 SizeContext->getOrCreateChildContext(CallsiteLoc, CallerName); in trackInlineesOptimizedAway()
H A DProfileGenerator.cpp917 CallerNode->getOrCreateChildContext(CalleeCallSite, CalleeName); in populateBoundarySamplesForFunction()