Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
500 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
500 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
500 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
500 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
500 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
478 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
496 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp188 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
515 ContextNode->getOrCreateChildContext(CallSiteLoc, Callsite.FuncName); in getOrCreateContextPath()
535 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp161 ContextTrieNode *ContextTrieNode::getOrCreateChildContext( in getOrCreateChildContext() function in llvm::ContextTrieNode
478 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
496 return *RootContext.getOrCreateChildContext(LineLocation(0, 0), FName); in addTopLevelContextNode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h47 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h47 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h48 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h47 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h47 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h48 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h47 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h47 ContextTrieNode *getOrCreateChildContext(const LineLocation &CallSite,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp67 CurNode = CurNode->getOrCreateChildContext(CallsiteLoc, CallerName); in addInstructionForContext()
136 SizeContext->getOrCreateChildContext(CallsiteLoc, CallerName); in trackInlineesOptimizedAway()