Searched refs:IRFunc (Results 1 – 2 of 2) sorted by relevance
175 Function *IRFunc = nullptr; in functionMatchesProfile() local176 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() argument790 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 …]
233 bool functionMatchesProfileHelper(const Function &IRFunc,244 bool functionMatchesProfile(Function &IRFunc, const FunctionId &ProfFunc,