Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4503 static bool ForwardSwitchConditionToPHI(SwitchInst *SI) { in ForwardSwitchConditionToPHI() function
5621 if (Options.ForwardSwitchCondToPhi && ForwardSwitchConditionToPHI(SI)) in SimplifySwitch()