Lines Matching defs:PassManagerOptions
19 struct PassManagerOptions { struct
23 llvm::cl::opt<std::string> reproducerFile{
27 llvm::cl::opt<bool> localReproducer{
36 PassNameCLParser printBefore{"mlir-print-ir-before",
38 PassNameCLParser printAfter{"mlir-print-ir-after",
40 llvm::cl::opt<bool> printBeforeAll{
43 llvm::cl::opt<bool> printAfterAll{"mlir-print-ir-after-all",
46 llvm::cl::opt<bool> printAfterChange{
51 llvm::cl::opt<bool> printAfterFailure{
56 llvm::cl::opt<bool> printModuleScope{
68 llvm::cl::opt<bool> passStatistics{
71 llvm::cl::opt<PassDisplayMode> passStatisticsDisplayMode{