Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp175 Function *IRFunc = nullptr; in functionMatchesProfile() local
176 if (functionHasProfile(IRFuncName, IRFunc) || in functionMatchesProfile()
180 assert(FunctionId(IRFunc->getName()) != ProfileFuncName && in functionMatchesProfile()
182 return functionMatchesProfile(*IRFunc, ProfileFuncName, in functionMatchesProfile()
779 const Function &IRFunc, const FunctionId &ProfFunc) { in functionMatchesProfileHelper() argument
790 if (IRFunc.size() < MinFuncCountForCGMatching || in functionMatchesProfileHelper()
797 const auto *FuncDesc = ProbeManager->getDesc(IRFunc); in functionMatchesProfileHelper()
800 LLVM_DEBUG(dbgs() << "The checksums for " << IRFunc.getName() in functionMatchesProfileHelper()
808 findIRAnchors(IRFunc, IRAnchors); in functionMatchesProfileHelper()
835 LLVM_DEBUG(dbgs() << "The similarity between " << IRFunc.getName() in functionMatchesProfileHelper()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h233 bool functionMatchesProfileHelper(const Function &IRFunc,
244 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,