Lines Matching defs:TestFuncs
201 Expected<bool> Ret = TestFuncs(Suffix);
208 Expected<bool> Ret = TestFuncs(Prefix);
217 Expected<bool> TestFuncs(const std::vector<Function *> &Prefix);
249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) {
463 Expected<bool> Ret = TestFuncs(Suffix);
470 Expected<bool> Ret = TestFuncs(Prefix);
479 Expected<bool> TestFuncs(const std::vector<BasicBlock *> &BBs);
483 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
487 ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock *> &BBs) {
557 .TestFuncs(std::vector<BasicBlock *>());