Home
last modified time | relevance | path

Searched refs:SinkCommonInsts (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp213 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences() in SimplifyCFGPass()
215 : Opts.SinkCommonInsts; in SimplifyCFGPass()
259 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences() in CFGSimplifyPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h68 bool SinkCommonInsts; member
80 SinkCommonInsts(SinkCommon), in BonusInstThreshold()
101 SinkCommonInsts = B; in sinkCommonInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp6131 if (SinkCommon && Options.SinkCommonInsts) in simplifyOnce()