Home
last modified time | relevance | path

Searched refs:OrigFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp242 Function *OrigFunc = nullptr; member
694 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI)) in getOutliningCallBBRelativeFreq()
741 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
948 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1220 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner()
1335 OptimizationRemarkEmitter OrigFuncORE(Cloner.OrigFunc); in tryPartialInline()
1342 << ore::NV("Function", Cloner.OrigFunc) in tryPartialInline()
1351 assert(Cloner.OrigFunc->users().empty() && in tryPartialInline()
1358 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()
1415 Cloner.OrigFunc->setEntryCount(Function::ProfileCount( in tryPartialInline()
[all …]
H A DMemProfContextDisambiguation.cpp2779 FuncInfo OrigFunc(Func); in assignFunctions() local
2852 FuncClonesToCallMap[OrigFunc] = {}; in assignFunctions()
2854 OrigFunc, Call, Clone, in assignFunctions()
2860 RecordCalleeFuncOfCallsite(CE->Caller, OrigFunc); in assignFunctions()
2890 OrigFunc, Call, NewCallMap, CallsWithMetadata, CloneNo); in assignFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2038 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local
2042 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation()
2046 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()