Home
last modified time | relevance | path

Searched refs:EnableARCOpts (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp42 if (!EnableARCOpts) in alias()
74 if (!EnableARCOpts) in pointsToConstantMemory()
96 if (!EnableARCOpts) in getModRefBehavior()
111 if (!EnableARCOpts) in getModRefInfo()
DObjCARCAnalysisUtils.cpp23 bool llvm::objcarc::EnableARCOpts; member in llvm::objcarc
27 cl::location(EnableARCOpts),
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp85 if (!EnableARCOpts) in runOnFunction()
DObjCARCAPElim.cpp128 if (!EnableARCOpts) in runOnModule()
DObjCARCContract.cpp507 if (!EnableARCOpts) in runOnFunction()
DObjCARCOpts.cpp2151 if (!EnableARCOpts) in doInitialization()
2171 if (!EnableARCOpts) in runOnFunction()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h47 extern bool EnableARCOpts;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp47 static cl::opt<bool> EnableARCOpts("enable-objc-arc-opts", cl::init(true));
667 if (!EnableARCOpts) in alias()
700 if (!EnableARCOpts) in pointsToConstantMemory()
729 if (!EnableARCOpts) in getModRefBehavior()
744 if (!EnableARCOpts) in getModRefInfo()
818 if (!EnableARCOpts) in runOnFunction()
3236 if (!EnableARCOpts) in doInitialization()
3263 if (!EnableARCOpts) in runOnFunction()
3583 if (!EnableARCOpts) in runOnFunction()