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

Declarations

include/llvm/Transforms/Utils/BasicBlockUtils.h
   61 void DeleteDeadBlocks(ArrayRef <BasicBlock *> BBs,

References

lib/Transforms/IPO/Attributor.cpp
 4613       DeleteDeadBlocks(ToBeDeletedBBs);
lib/Transforms/Scalar/MergeICmps.cpp
  752   DeleteDeadBlocks(DeadBlocks, &DTU);
lib/Transforms/Utils/BasicBlockUtils.cpp
   90   DeleteDeadBlocks({BB}, DTU, KeepOneInputPHIs);
  134   DeleteDeadBlocks(DeadBlocks, DTU, KeepOneInputPHIs);