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

References

include/llvm/Analysis/LazyCallGraph.h
  462           OS << "..., " << *C.Nodes.back();
  465         OS << N;
lib/Analysis/CGSCCPassManager.cpp
  539                                           << N << "' to '" << TargetN << "'\n");
  588       LLVM_DEBUG(dbgs() << "Switch outgoing call edge to a ref edge from '" << N
  589                         << "' to '" << *RefTarget << "'\n");
  617       LLVM_DEBUG(dbgs() << "Switch outgoing ref edge to a call edge from '" << N
  618                         << "' to '" << *CallTarget << "'\n");
  622                       << N << "' to '" << *CallTarget << "'\n");
  622                       << N << "' to '" << *CallTarget << "'\n");
lib/Analysis/LazyCallGraph.cpp
  142   dbgs() << *this << '\n';