Searched refs:SinkCommon (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 237 bool SinkCommon = false, in CFGSimplifyPass() 261 : SinkCommon; in CFGSimplifyPass() 292 bool SinkCommon, in INITIALIZE_PASS_DEPENDENCY() 295 KeepLoops, SinkCommon, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 74 bool SinkCommon = false, 80 SinkCommonInsts(SinkCommon), in BonusInstThreshold()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Scalar.h | 256 bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false,
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 71 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true), variable 5206 if (SinkCommon && SinkThenElseCodeToEnd(BI)) in SimplifyUncondBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 101 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true), variable 6028 if (SinkCommon && Options.SinkCommonInsts) in run()
|