Searched defs:Funcs (Results 1 – 5 of 5) sorted by relevance
230 void llvm::PrintFunctionList(const std::vector<Function*> &Funcs) { in PrintFunctionList()
238 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, in TestFuncs()1009 std::vector<Function*> Funcs = DebugAMiscompilation(*this, TestCodeGenerator, in debugCodeGenerator() local
233 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) { in TestFuncs()
199 const StringRef Funcs[] = {"await_ready", "await_suspend", "await_resume"}; in buildCoawaitCalls() local
140 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anondd3809d80111::GCOVProfiler