Searched refs:TestFuncs (Results 1 – 2 of 2) sorted by relevance
202 Expected<bool> Ret = TestFuncs(Suffix); in doTest()209 Expected<bool> Ret = TestFuncs(Prefix); in doTest()218 Expected<bool> TestFuncs(const std::vector<Function *> &Prefix);250 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs() function in ReduceMiscompilingFunctions462 Expected<bool> Ret = TestFuncs(Suffix); in doTest()469 Expected<bool> Ret = TestFuncs(Prefix); in doTest()478 Expected<bool> TestFuncs(const std::vector<BasicBlock *> &BBs);486 ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock *> &BBs) { in TestFuncs() function in ReduceMiscompiledBlocks556 .TestFuncs(std::vector<BasicBlock *>()); in ExtractBlocks()
201 if (!Kept.empty() && TestFuncs(Kept)) in doTest()203 if (!Prefix.empty() && TestFuncs(Prefix)) in doTest()208 bool TestFuncs(std::vector<Function *> &Prefix);236 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs() function in ReduceCrashingFunctions