LLVM API Documentation
#include <PassNameParser.h>


Public Member Functions | |
| bool | ignorablePassImpl (const PassInfo *P) const |
===----------------------------------------------------------------------===// FilteredPassNameParser class - Make use of the pass registration mechanism to automatically add a command line argument to opt for each pass that satisfies a filter criteria. Filter should return true for passes to be registered as command-line options.
Definition at line 103 of file PassNameParser.h.
| bool llvm::FilteredPassNameParser< Filter >::ignorablePassImpl | ( | const PassInfo * | P | ) | const [inline, virtual] |
Reimplemented from llvm::PassNameParser.
Definition at line 108 of file PassNameParser.h.