Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h65 bool ForwardSwitchCondToPhi; member
77 ForwardSwitchCondToPhi(ForwardSwitchCond), in BonusInstThreshold()
89 ForwardSwitchCondToPhi = B; in forwardSwitchCondToPhi()
/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5611 if (Options.ForwardSwitchCondToPhi && ForwardSwitchConditionToPHI(SI)) in SimplifySwitch()