Home
last modified time | relevance | path

Searched refs:TestFuncs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp202 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 ReduceMiscompilingFunctions
462 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 ReduceMiscompiledBlocks
556 .TestFuncs(std::vector<BasicBlock *>()); in ExtractBlocks()
H A DCrashDebugger.cpp201 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