Home | History | Annotate | Download | only in opt

Lines Matching full:llvm

3 //                     The LLVM Compiler Infrastructure
18 #include "llvm/ADT/StringRef.h"
19 #include "llvm/Analysis/CGSCCPassManager.h"
20 #include "llvm/Analysis/LazyCallGraph.h"
21 #include "llvm/Bitcode/BitcodeWriterPass.h"
22 #include "llvm/IR/IRPrintingPasses.h"
23 #include "llvm/IR/LLVMContext.h"
24 #include "llvm/IR/Module.h"
25 #include "llvm/IR/PassManager.h"
26 #include "llvm/IR/Verifier.h"
27 #include "llvm/Support/CommandLine.h"
28 #include "llvm/Support/ErrorHandling.h"
29 #include "llvm/Support/ToolOutputFile.h"
31 using namespace llvm;
34 bool llvm::runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M,
85 // Before executing passes, print the final values of the LLVM options.