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.cpp184 Function *IRFunc = nullptr; in functionMatchesProfile() local
185 if (functionHasProfile(IRFuncName, IRFunc) || in functionMatchesProfile()
189 assert(FunctionId(IRFunc->getName()) != ProfileFuncName && in functionMatchesProfile()
191 return functionMatchesProfile(*IRFunc, ProfileFuncName, in functionMatchesProfile()
726 const Function &IRFunc, const FunctionId &ProfFunc) { in functionMatchesProfileHelper() argument
751 auto IRBaseName = GetBaseName(IRFunc.getName()); in functionMatchesProfileHelper()
754 LLVM_DEBUG(dbgs() << "The functions " << IRFunc.getName() << "(IR) and " in functionMatchesProfileHelper()
782 if (IRFunc.size() < MinFuncCountForCGMatching || in functionMatchesProfileHelper()
789 const auto *FuncDesc = ProbeManager->getDesc(IRFunc); in functionMatchesProfileHelper()
792 LLVM_DEBUG(dbgs() << "The checksums for " << IRFunc.getName() in functionMatchesProfileHelper()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h222 bool functionMatchesProfileHelper(const Function &IRFunc,
233 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,