Lines Matching refs:OrigFunc
243 Function *OrigFunc = nullptr; member
742 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI)) in getOutliningCallBBRelativeFreq()
789 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
798 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
808 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
826 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
840 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline()
995 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1021 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1268 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner()
1385 OptimizationRemarkEmitter OrigFuncORE(Cloner.OrigFunc); in tryPartialInline()
1392 << ore::NV("Function", Cloner.OrigFunc) in tryPartialInline()
1401 assert(Cloner.OrigFunc->users().empty() && in tryPartialInline()
1408 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()
1433 OR << ore::NV("Callee", Cloner.OrigFunc) << " partially inlined into " in tryPartialInline()
1465 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
1467 OptimizationRemarkEmitter OrigFuncORE(Cloner.OrigFunc); in tryPartialInline()
1469 return OptimizationRemark(DEBUG_TYPE, "PartiallyInlined", Cloner.OrigFunc) in tryPartialInline()