Home
last modified time | relevance | path

Searched refs:getFuncNameFor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h82 addProfiledFunction(ContextTracker.getFuncNameFor(Callee)); in ProfiledCallGraph()
99 addProfiledFunction(ContextTracker.getFuncNameFor(Callee)); in ProfiledCallGraph()
120 addProfiledCall(ContextTracker.getFuncNameFor(Caller), in ProfiledCallGraph()
121 ContextTracker.getFuncNameFor(Callee), Weight); in ProfiledCallGraph()
H A DSampleContextTracker.h124 StringRef getFuncNameFor(ContextTrieNode *Node) const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp457 StringRef SampleContextTracker::getFuncNameFor(ContextTrieNode *Node) const { in getFuncNameFor() function in llvm::SampleContextTracker