Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Passes

96   bool debugOptimizerCrash(const std::string &ID = "passes");
103 /// debugMiscompilation - This method is used when the passes selected are not
132 /// runPasses - Run all of the passes in the "PassesToRun" list, discard the
133 /// output, and return true if any of the passes crashed.
215 /// series of cleanup passes (ADCE and SimplifyCFG) to eliminate any code
245 Module *runPassesOn(Module *M, const std::vector<std::string> &Passes,
249 /// runPasses - Run the specified passes on Program, outputting a bitcode
265 /// combinations of passes to compile the program with. Compile the program with
266 /// each set and mark test to see if it compiled correctly. If the passes
267 /// compiled correctly output nothing and rearrange the passes into a new order.
268 /// If the passes did not compile correctly, output the command required to
306 /// getPassesString - Turn a list of passes into a string which indicates the
307 /// command line options that must be passed to add the passes.
309 std::string getPassesString(const std::vector<std::string> &Passes);