Lines Matching refs:OrigFunc
246 Function *OrigFunc = nullptr; member
745 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq()
792 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
801 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
811 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
829 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
843 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline()
993 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1019 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1264 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner()
1375 OptimizationRemarkEmitter OrigFuncORE(Cloner.OrigFunc); in tryPartialInline()
1382 << ore::NV("Function", Cloner.OrigFunc) in tryPartialInline()
1391 assert(Cloner.OrigFunc->users().empty() && in tryPartialInline()
1398 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()
1419 OR << ore::NV("Callee", Cloner.OrigFunc) << " partially inlined into " in tryPartialInline()
1451 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
1453 OptimizationRemarkEmitter OrigFuncORE(Cloner.OrigFunc); in tryPartialInline()
1455 return OptimizationRemark(DEBUG_TYPE, "PartiallyInlined", Cloner.OrigFunc) in tryPartialInline()