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 DSampleProfile.cpp2144 auto GetCanonicalCalleeName = [](const CallBase *CB) { in findIRAnchors() local
2169 CalleeName = GetCanonicalCalleeName(CB); in findIRAnchors()
2185 StringRef CalleeName = GetCanonicalCalleeName(dyn_cast<CallBase>(&I)); in findIRAnchors()