Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5930 static bool forwardSwitchConditionToPHI(SwitchInst *SI) { in forwardSwitchConditionToPHI() function
7615 if (Options.ForwardSwitchCondToPhi && forwardSwitchConditionToPHI(SI)) in simplifySwitch()