Home
last modified time | relevance | path

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

/freebsd/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()
750 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
760 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
778 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
792 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline()
948 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
974 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1220 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner()
[all …]
H A DMemProfContextDisambiguation.cpp2990 FuncInfo OrigFunc(Func); in assignFunctions() local
3063 FuncClonesToCallMap[OrigFunc] = {}; in assignFunctions()
3065 OrigFunc, Call, Clone, in assignFunctions()
3071 RecordCalleeFuncOfCallsite(CE->Caller, OrigFunc); in assignFunctions()
3101 OrigFunc, Call, NewCallMap, CallsWithMetadata, CloneNo); in assignFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2077 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local
2081 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation()
2085 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()