Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:desc

38 FindBugs("find-bugs", cl::desc("Run many different optimization sequences "
43 cl::desc("<input llvm ll/bc files>"));
47 cl::desc("Number of seconds program is allowed to run before it "
52 cl::desc("Maximum amount of memory to use. 0 disables check."
57 cl::desc("Run optimizations through valgrind"));
63 PassList(cl::desc("Passes available:"), cl::ZeroOrMore);
67 cl::desc("Include the standard compile time optimizations"));
71 cl::desc("Include the standard link time optimizations"));
75 cl::desc("Optimization level 1. Similar to llvm-gcc -O1"));
79 cl::desc("Optimization level 2. Similar to llvm-gcc -O2"));
83 cl::desc("Optimization level 3. Similar to llvm-gcc -O3"));
86 OverrideTriple("mtriple", cl::desc("Override target triple for module"));