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

/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp887 Function *FuncWrapper = Function::Create(FuncTy, local
892 "entry", FuncWrapper);
894 "usecache", FuncWrapper);
896 "lookupfp", FuncWrapper);
927 for (Function::arg_iterator i = FuncWrapper->arg_begin(),
928 e = FuncWrapper->arg_end(); i != e; ++i)
942 F->replaceAllUsesWith(FuncWrapper);

Completed in 44 milliseconds