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

References

lib/Transforms/Scalar/ADCE.cpp
  404   if (BBInfo.Live)
  406   LLVM_DEBUG(dbgs() << "mark block live: " << BBInfo.BB->getName() << '\n');
  407   BBInfo.Live = true;
  408   if (!BBInfo.CFLive) {
  409     BBInfo.CFLive = true;
  410     NewLiveBlocks.insert(BBInfo.BB);
  415   if (BBInfo.UnconditionalBranch)
  416     markLive(BBInfo.Terminator);