reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/Utils/Local.h
   89     ForwardSwitchCondToPhi = B;
lib/Transforms/Scalar/SimplifyCFGPass.cpp
  203   Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences()
  205                                        : Opts.ForwardSwitchCondToPhi;
  247     Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences()
lib/Transforms/Utils/SimplifyCFG.cpp
 5666   if (Options.ForwardSwitchCondToPhi && ForwardSwitchConditionToPHI(SI))