HomeSort by: relevance | last modified time | path
    Searched refs:OrigFunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PartialInlining.cpp 246 Function *OrigFunc = nullptr;
748 if (hasProfileData(*Cloner.OrigFunc, *Cloner.ClonedOI.get()))
795 << NV("Callee", Cloner.OrigFunc)
804 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into "
814 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into "
832 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into "
846 << NV("Callee", Cloner.OrigFunc) << " can be partially inlined into "
998 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) {
1024 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) {
1271 ClonedFunc->replaceAllUsesWith(OrigFunc);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1856 const FunctionProtoType *OrigFunc
1860 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo())
1864 NewEPI.ExtInfo = OrigFunc->getExtInfo();

Completed in 19 milliseconds