Searched refs:FuncWrapper (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp872 Function *FuncWrapper = Function::Create(FuncTy, local
877 "entry", FuncWrapper);
879 "usecache", FuncWrapper);
881 "lookupfp", FuncWrapper);
912 for (Function::arg_iterator i = FuncWrapper->arg_begin(),
913 e = FuncWrapper->arg_end(); i != e; ++i)
927 F->replaceAllUsesWith(FuncWrapper);

Completed in 96 milliseconds