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

References

include/llvm/Analysis/ScalarEvolutionExpander.h
  116         SE->InsertPointGuards.push_back(this);
  123         assert(SE->InsertPointGuards.back() == this);
  124         SE->InsertPointGuards.pop_back();
  157       assert(InsertPointGuards.empty());
lib/Analysis/ScalarEvolutionExpander.cpp
  993   for (auto *InsertPtGuard : InsertPointGuards)