Lines Matching defs:Funcs
249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) {
251 // functions listed in Funcs.
253 << (Funcs.size() == 1 ? "this function is" : "these functions are")
256 PrintFunctionList(Funcs);
261 // will be in the clone and Funcs will still point to valid memory
271 for (unsigned i = 0, e = Funcs.size(); i != e; ++i) {
272 Function *F = cast<Function>(VMap[Funcs[i]]);
489 // functions listed in Funcs.
1022 Expected<std::vector<Function *>> Funcs =
1024 if (Error E = Funcs.takeError())
1031 SplitFunctionsOutOfModule(ToNotCodeGen.get(), *Funcs, VMap);