Searched refs:OrigFunc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 246 Function *OrigFunc = nullptr; member 748 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq() 795 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline() 804 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 814 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 832 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 846 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline() 998 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1024 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1271 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1856 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local 1860 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation() 1864 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()
|