LLVM  8.0.1
ObjCARC.cpp
Go to the documentation of this file.
1 //===-- ObjCARC.cpp -------------------------------------------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file implements common infrastructure for libLLVMObjCARCOpts.a, which
11 // implements several scalar transformations over the LLVM intermediate
12 // representation, including the C bindings for that library.
13 //
14 //===----------------------------------------------------------------------===//
15 
16 #include "ObjCARC.h"
17 #include "llvm-c/Initialization.h"
18 #include "llvm/InitializePasses.h"
19 
20 namespace llvm {
21  class PassRegistry;
22 }
23 
24 using namespace llvm;
25 using namespace llvm::objcarc;
26 
27 /// initializeObjCARCOptsPasses - Initialize all passes linked into the
28 /// ObjCARCOpts library.
34  initializeObjCARCOptPass(Registry);
35  initializePAEvalPass(Registry);
36 }
37 
40 }
This class represents lattice values for constants.
Definition: AllocatorList.h:24
void initializeObjCARCAPElimPass(PassRegistry &)
A global registry used in conjunction with static constructors to make pluggable components (like tar...
Definition: Registry.h:45
struct LLVMOpaquePassRegistry * LLVMPassRegistryRef
Definition: Types.h:131
void initializeObjCARCOptPass(PassRegistry &)
void initializeObjCARCOpts(PassRegistry &)
Initialize all passes linked into the ObjCARCOpts library.
Definition: ObjCARC.cpp:29
Attribute unwrap(LLVMAttributeRef Attr)
Definition: Attributes.h:195
void initializePAEvalPass(PassRegistry &)
void initializeObjCARCContractPass(PassRegistry &)
This file defines common definitions/declarations used by the ObjC ARC Optimizer. ...
void initializeObjCARCAAWrapperPassPass(PassRegistry &)
void LLVMInitializeObjCARCOpts(LLVMPassRegistryRef R)
Definition: ObjCARC.cpp:38
PassRegistry - This class manages the registration and intitialization of the pass subsystem as appli...
Definition: PassRegistry.h:39
void initializeObjCARCExpandPass(PassRegistry &)