Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDSampleContextTracker.h48 void removeChildContext(const LineLocation &CallSite, FunctionId ChildName);
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleContextTracker.cpp105 void ContextTrieNode::removeChildContext(const LineLocation &CallSite, in removeChildContext() function in llvm::ContextTrieNode
616 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree()