Lines Matching refs:TestFuncs
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,
439 bool Ret = TestFuncs(Suffix, Error);
446 bool Ret = TestFuncs(Prefix, Error);
455 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
459 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
462 bool ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock*> &BBs,
539 .TestFuncs(std::vector<BasicBlock*>(), Error);