Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Suffix

52                               std::vector<std::string> &Suffix,
62 std::vector<std::string> &Suffix,
64 // First, run the program with just the Suffix passes. If it is still broken
66 outs() << "Checking to see if '" << getPassesString(Suffix)
70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
74 BD.setPassesToRun(Suffix);
86 if (Suffix.empty()) {
128 // Ok, so now we know that the prefix passes work, try running the suffix
140 // Don't check if there are no passes in the suffix.
141 if (Suffix.empty())
144 outs() << "Checking to see if '" << getPassesString(Suffix)
149 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
153 BD.setPassesToRun(Suffix);
186 std::vector<Function*> &Suffix,
188 if (!Suffix.empty()) {
189 bool Ret = TestFuncs(Suffix, Error);
436 std::vector<BasicBlock*> &Suffix,
438 if (!Suffix.empty()) {
439 bool Ret = TestFuncs(Suffix, Error);