Lines Matching full:funcs
238 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
241 // functions listed in Funcs.
243 << (Funcs.size()==1 ? "this function is" : "these functions are")
246 PrintFunctionList(Funcs);
251 // will be in the clone and Funcs will still point to valid memory
261 for (unsigned i = 0, e = Funcs.size(); i != e; ++i) {
262 Function *F = cast<Function>(VMap[Funcs[i]]);
480 // functions listed in Funcs.
1009 std::vector<Function*> Funcs = DebugAMiscompilation(*this, TestCodeGenerator,
1018 SplitFunctionsOutOfModule(ToNotCodeGen.get(), Funcs, VMap);