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