Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DMiscompilation.cpp189 bool Ret = TestFuncs(Suffix, Error); in doTest()
196 bool Ret = TestFuncs(Prefix, Error); in doTest()
205 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);
246 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, in TestFuncs() function in ReduceMiscompilingFunctions
474 bool Ret = TestFuncs(Suffix, Error); in doTest()
481 bool Ret = TestFuncs(Prefix, Error); in doTest()
490 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
497 bool ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock*> &BBs, in TestFuncs() function in ReduceMiscompiledBlocks
574 .TestFuncs(std::vector<BasicBlock*>(), Error); in ExtractBlocks()
DCrashDebugger.cpp186 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