Searched refs:OrigFunc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 241 Function *OrigFunc = nullptr; member 689 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI)) in getOutliningCallBBRelativeFreq() 736 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline() 745 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 755 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 773 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 787 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline() 940 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 966 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1212 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner() [all …]
|
| H A D | MemProfContextDisambiguation.cpp | 4447 FuncInfo OrigFunc(Func); in assignFunctions() local 4527 FuncClonesToCallMap[OrigFunc] = {}; in assignFunctions() 4529 OrigFunc, Call, Clone, in assignFunctions() 4535 RecordCalleeFuncOfCallsite(CE->Caller, OrigFunc); in assignFunctions() 4565 OrigFunc, Call, NewCallMap, CallsWithMetadata, CloneNo); in assignFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2606 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local 2610 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation() 2614 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()
|