Home
last modified time | relevance | path

Searched refs:removeChildContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h48 void removeChildContext(const LineLocation &CallSite, StringRef ChildName);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp106 void ContextTrieNode::removeChildContext(const LineLocation &CallSite, in removeChildContext() function in llvm::ContextTrieNode
628 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree()