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 189 bool Ret = TestFuncs(Suffix, Error);
196 bool Ret = TestFuncs(Prefix, Error);
205 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);
242 /// TestFuncs - split functions in a Module into two groups: those that are
246 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
474 bool Ret = TestFuncs(Suffix, Error);
481 bool Ret = TestFuncs(Prefix, Error);
490 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
494 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
497 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 266 milliseconds