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

References

include/llvm/Analysis/LoopAccessAnalysis.h
  431   const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; }
  446   void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
  484   SmallVector<PointerCheck, 4>
  492   SmallVector<PointerCheck, 4> Checks;
  567                    const SmallVectorImpl<RuntimePointerChecking::PointerCheck>
include/llvm/Transforms/Utils/LoopVersioning.h
   75       SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
  125   SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
lib/Analysis/LoopAccessAnalysis.cpp
  233 SmallVector<RuntimePointerChecking::PointerCheck, 4>
  235   SmallVector<PointerCheck, 4> Checks;
  453     raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
 2205     const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks)
lib/Transforms/Scalar/LoopDistribute.cpp
  905   SmallVector<RuntimePointerChecking::PointerCheck, 4>
  910     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
lib/Transforms/Scalar/LoopLoadElimination.cpp
  379   SmallVector<RuntimePointerChecking::PointerCheck, 4> collectMemchecks(
  393     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
  522     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks =
lib/Transforms/Utils/LoopVersioning.cpp
   46     SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) {