|
LLVM
3.7.0
|
#include "ObjCARC.h"#include "llvm-c/Core.h"#include "llvm-c/Initialization.h"#include "llvm/InitializePasses.h"#include "llvm/Support/CommandLine.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | LLVMInitializeObjCARCOpts (LLVMPassRegistryRef R) |
Variables | |
| static cl::opt< bool, true > | EnableARCOptimizations ("enable-objc-arc-opts", cl::desc("enable/disable all ARC Optimizations"), cl::location(EnableARCOpts), cl::init(true)) |
1.8.6