LLVM API Documentation
#include <LegacyPassNameParser.h>
Public Member Functions | |
bool | ignorablePassImpl (const PassInfo *P) const override |
===----------------------------------------------------------------------===// 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 105 of file LegacyPassNameParser.h.
bool llvm::FilteredPassNameParser< Filter >::ignorablePassImpl | ( | const PassInfo * | P | ) | const [inline, override, virtual] |
Reimplemented from llvm::PassNameParser.
Definition at line 110 of file LegacyPassNameParser.h.