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

Declarations

lib/Transforms/Scalar/StructurizeCFG.cpp
  252   void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);

References

lib/Transforms/Scalar/StructurizeCFG.cpp
  830       handleLoops(false, LoopEnd);
  854     handleLoops(false, LoopEnd);
  896     handleLoops(EntryDominatesExit, nullptr);