Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp246 Function *OrigFunc = nullptr; member
727 if (hasProfileData(Cloner.OrigFunc, Cloner.ClonedOI.get())) in getOutliningCallBBRelativeFreq()
772 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
781 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
791 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
809 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
823 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into " in shouldPartialInline()
958 : OrigFunc(F), ORE(ORE) { in FunctionCloner()
982 : OrigFunc(F), ORE(ORE) { in FunctionCloner()
1227 ClonedFunc->replaceAllUsesWith(OrigFunc); in ~FunctionCloner()
[all …]
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1466 const FunctionProtoType *OrigFunc in adjustFunctionTypeForInstantiation() local
1470 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation()
1474 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()