Searched refs:TestFuncs (Results 1 – 2 of 2) sorted by relevance
201 Expected<bool> Ret = TestFuncs(Suffix); in doTest()208 Expected<bool> Ret = TestFuncs(Prefix); in doTest()217 Expected<bool> TestFuncs(const std::vector<Function *> &Prefix);249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs() function in ReduceMiscompilingFunctions463 Expected<bool> Ret = TestFuncs(Suffix); in doTest()470 Expected<bool> Ret = TestFuncs(Prefix); in doTest()479 Expected<bool> TestFuncs(const std::vector<BasicBlock *> &BBs);487 ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock *> &BBs) { in TestFuncs() function in ReduceMiscompiledBlocks557 .TestFuncs(std::vector<BasicBlock *>()); in ExtractBlocks()
217 if (!Kept.empty() && TestFuncs(Kept)) in doTest()219 if (!Prefix.empty() && TestFuncs(Prefix)) in doTest()224 bool TestFuncs(std::vector<Function *> &Prefix);252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs() function in ReduceCrashingFunctions