Searched refs:TestFuncs (Results 1 – 2 of 2) sorted by relevance
190 bool Ret = TestFuncs(Suffix, Error); in doTest()197 bool Ret = TestFuncs(Prefix, Error); in doTest()206 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);243 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, in TestFuncs() function in ReduceMiscompilingFunctions461 bool Ret = TestFuncs(Suffix, Error); in doTest()468 bool Ret = TestFuncs(Prefix, Error); in doTest()477 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);484 bool ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock*> &BBs, in TestFuncs() function in ReduceMiscompiledBlocks562 .TestFuncs(std::vector<BasicBlock*>(), Error); in ExtractBlocks()
186 if (!Kept.empty() && TestFuncs(Kept)) in doTest()188 if (!Prefix.empty() && TestFuncs(Prefix)) in doTest()193 bool TestFuncs(std::vector<Function*> &Prefix);197 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) { in TestFuncs() function in ReduceCrashingFunctions