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

References

include/llvm/Analysis/CGSCCPassManager.h
  470     LLVM_DEBUG(dbgs() << "Running function passes across an SCC: " << C
  693                    << MaxIterations << ") on SCC: " << *C << "\n");
  700           << "Repeating an SCC pass after finding a devirtualization in: " << *C
  911                        << *UR.UpdatedC << "\n");
include/llvm/Analysis/LazyCallGraph.h
  528       OS << *this;
  583           OS << "..., " << *RC.SCCs.back();
  586         OS << C;
lib/Analysis/CGSCCPassManager.cpp
   72       dbgs() << "Running pass: " << Pass->name() << " on " << *C << "\n";
  376   LLVM_DEBUG(dbgs() << "Enqueuing the existing SCC in the worklist:" << *C
  413     LLVM_DEBUG(dbgs() << "Enqueuing a newly formed SCC:" << NewC << "\n");
  685       LLVM_DEBUG(dbgs() << "Enqueuing the existing SCC in the worklist: " << *C
  692                           << MovedC << "\n");
lib/Analysis/LazyCallGraph.cpp
  227   dbgs() << *this << '\n';
lib/Transforms/IPO/Inliner.cpp
 1168     LLVM_DEBUG(dbgs() << "Updated inlining SCC: " << *C << "\n");
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;