Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp68 auto GetCanonicalCalleeName = [](const CallBase *CB) { in findIRAnchors() local
93 CalleeName = GetCanonicalCalleeName(CB); in findIRAnchors()
111 StringRef CalleeName = GetCanonicalCalleeName(dyn_cast<CallBase>(&I)); in findIRAnchors()