Home
last modified time | relevance | path

Searched refs:ForwardSwitchCondToPhi (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.cpp204 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences() in SimplifyCFGPass()
206 : Opts.ForwardSwitchCondToPhi; in SimplifyCFGPass()
248 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences() in CFGSimplifyPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h65 bool ForwardSwitchCondToPhi; member
77 ForwardSwitchCondToPhi(ForwardSwitchCond), in BonusInstThreshold()
89 ForwardSwitchCondToPhi = B; in forwardSwitchCondToPhi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5725 if (Options.ForwardSwitchCondToPhi && ForwardSwitchConditionToPHI(SI)) in SimplifySwitch()