Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Funcs

246 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
249 // functions listed in Funcs.
251 << (Funcs.size()==1 ? "this function is" : "these functions are")
254 PrintFunctionList(Funcs);
259 // will be in the clone and Funcs will still point to valid memory
269 for (unsigned i = 0, e = Funcs.size(); i != e; ++i) {
270 Function *F = cast<Function>(VMap[Funcs[i]]);
500 // functions listed in Funcs.
1045 std::vector<Function*> Funcs = DebugAMiscompilation(*this, TestCodeGenerator,
1053 Module *ToCodeGen = SplitFunctionsOutOfModule(ToNotCodeGen, Funcs, VMap);