Lines Matching full:llvm
3 // The LLVM Compiler Infrastructure
14 #include "llvm/CodeGen/Passes.h"
15 #include "llvm/CodeGen/MachineFunction.h"
16 #include "llvm/CodeGen/MachineFunctionPass.h"
17 #include "llvm/CodeGen/SlotIndexes.h"
18 #include "llvm/Support/Debug.h"
19 #include "llvm/Support/raw_ostream.h"
21 using namespace llvm;
54 char &llvm::MachineFunctionPrinterPassID = MachineFunctionPrinterPass::ID;
58 namespace llvm {