Lines Matching refs:Suffix
53 std::vector<std::string> &Suffix,
63 std::vector<std::string> &Suffix,
65 // First, run the program with just the Suffix passes. If it is still broken
67 outs() << "Checking to see if '" << getPassesString(Suffix)
71 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
75 BD.setPassesToRun(Suffix);
87 if (Suffix.empty()) {
129 // Ok, so now we know that the prefix passes work, try running the suffix
141 // Don't check if there are no passes in the suffix.
142 if (Suffix.empty())
145 outs() << "Checking to see if '" << getPassesString(Suffix)
151 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
155 BD.setPassesToRun(Suffix);
191 std::vector<Function*> &Suffix,
193 if (!Suffix.empty()) {
194 bool Ret = TestFuncs(Suffix, Error);
452 std::vector<BasicBlock*> &Suffix,
454 if (!Suffix.empty()) {
455 bool Ret = TestFuncs(Suffix, Error);