HomeSort by relevance Sort by last modified time
    Searched refs:TestFuncs (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 190 bool Ret = TestFuncs(Suffix, Error);
197 bool Ret = TestFuncs(Prefix, Error);
206 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);
243 /// TestFuncs - split functions in a Module into two groups: those that are
247 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
475 bool Ret = TestFuncs(Suffix, Error);
482 bool Ret = TestFuncs(Prefix, Error);
491 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
495 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
498 bool ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock*> &BBs
    [all...]
CrashDebugger.cpp 186 if (!Kept.empty() && TestFuncs(Kept))
188 if (!Prefix.empty() && TestFuncs(Prefix))
193 bool TestFuncs(std::vector<Function*> &Prefix);
197 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 216 class TestFuncs(unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 216 class TestFuncs(unittest.TestCase):

Completed in 249 milliseconds