Home
last modified time | relevance | path

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

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