Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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
26 cl::location(EnableARCOpts), cl::init(true), cl::Hidden);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp85 if (!EnableARCOpts) in runOnFunction()
DObjCARCAPElim.cpp130 if (!EnableARCOpts) in runOnModule()
DObjCARCContract.cpp538 if (!EnableARCOpts) in runOnFunction()
DObjCARCOpts.cpp2173 if (!EnableARCOpts) in doInitialization()
2193 if (!EnableARCOpts) in runOnFunction()
/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-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h48 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()