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

References

include/llvm/Analysis/LoopAccessAnalysis.h
  369     Checks.clear();
  431   const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; }
  440   unsigned getNumberOfChecks() const { return Checks.size(); }
lib/Analysis/LoopAccessAnalysis.cpp
  251   assert(Checks.empty() && "Checks is not empty");
  253   Checks = generateChecks();
  474   printChecks(OS, Checks, Depth);