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

References

include/llvm/Analysis/ScalarEvolutionExpander.h
  109       SCEVInsertPointGuard(const SCEVInsertPointGuard &) = delete;
  110       SCEVInsertPointGuard &operator=(const SCEVInsertPointGuard &) = delete;
  110       SCEVInsertPointGuard &operator=(const SCEVInsertPointGuard &) = delete;
  135     SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards;
lib/Analysis/ScalarEvolutionExpander.cpp
  213   SCEVInsertPointGuard Guard(Builder, this);
  543     SCEVInsertPointGuard Guard(Builder, this);
  563     SCEVInsertPointGuard Guard(Builder, this);
  993   for (auto *InsertPtGuard : InsertPointGuards)
 1250   SCEVInsertPointGuard Guard(Builder, this);
 1429         SCEVInsertPointGuard Guard(Builder, this);
 1872   SCEVInsertPointGuard Guard(Builder, this);
 1935   SCEVInsertPointGuard Guard(Builder, this);