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

Declarations

include/llvm/Analysis/LoopAccessAnalysis.h
  446   void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,

References

lib/Analysis/LoopAccessAnalysis.cpp
  474   printChecks(OS, Checks, Depth);
lib/Transforms/Scalar/LoopDistribute.cpp
  815       LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks));
lib/Transforms/Scalar/LoopLoadElimination.cpp
  407     LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));