Lines Matching refs:LLVMReduceOptions
46 cl::OptionCategory LLVMReduceOptions("llvm-reduce options"); variable
49 cl::cat(LLVMReduceOptions));
51 cl::cat(LLVMReduceOptions));
57 cl::cat(LLVMReduceOptions));
61 cl::cat(LLVMReduceOptions));
66 cl::cat(LLVMReduceOptions));
71 cl::cat(LLVMReduceOptions));
77 cl::cat(LLVMReduceOptions));
83 cl::cat(LLVMReduceOptions));
93 cl::cat(LLVMReduceOptions));
99 cl::init(5), cl::cat(LLVMReduceOptions));
154 cl::HideUnrelatedOptions({&LLVMReduceOptions, &getColorCategory()}); in main()