Searched refs:OrigFunc (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 246 Function *OrigFunc = nullptr; member 745 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq() 792 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline() 801 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 811 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 829 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 843 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline() 993 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1019 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1264 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 250 Function *OrigFunc = nullptr; member 737 if (hasProfileData(Cloner.OrigFunc, Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq() 787 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline() 796 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 806 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 824 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 838 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline() 969 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC) { in FunctionCloner() 994 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC) { in FunctionCloner() 1245 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner() [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 1466 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local 1470 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation() 1474 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 1854 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local 1858 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation() 1862 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()
|