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

References

include/llvm/Support/CFGUpdate.h
   91         NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete;
include/llvm/Support/GenericDomTree.h
  234   static constexpr UpdateKind Delete = UpdateKind::Delete;
lib/Transforms/Scalar/LoopInterchange.cpp
 1333           {DominatorTree::UpdateKind::Delete, BI->getParent(), OldBB});
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  525     DTUpdates.emplace_back(DominatorTree::UpdateKind::Delete, ForeBlocksLast[0],
  527     DTUpdates.emplace_back(DominatorTree::UpdateKind::Delete,