Home
last modified time | relevance | path

Searched refs:SinkCommon (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp237 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/
DLocal.h74 bool SinkCommon = false,
80 SinkCommonInsts(SinkCommon), in BonusInstThreshold()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DScalar.h256 bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false,
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp71 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/
DSimplifyCFG.cpp101 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true), variable
6028 if (SinkCommon && Options.SinkCommonInsts) in run()