Lines Matching refs:opt
1 //===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
60 static cl::opt<std::string>
64 static cl::opt<std::string>
68 static cl::opt<bool>
71 static cl::opt<bool>
74 static cl::opt<bool>
78 static cl::opt<bool>
81 static cl::opt<bool>
84 static cl::opt<bool>
87 static cl::opt<bool>
91 static cl::opt<bool>
94 static cl::opt<bool>
95 DisableOptimizations("disable-opt",
98 static cl::opt<bool>
102 static cl::opt<bool>
106 static cl::opt<bool>
110 static cl::opt<bool>
114 static cl::opt<bool>
118 static cl::opt<bool>
122 static cl::opt<bool>
126 static cl::opt<bool>
130 static cl::opt<std::string>
133 static cl::opt<bool>
138 static cl::opt<bool>
142 static cl::opt<bool>
148 static cl::opt<bool>
151 static cl::opt<bool>
155 static cl::opt<std::string>
550 // main for opt