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

References

include/llvm/Analysis/AssumptionCache.h
  224     AssumptionCaches.shrink_and_clear();
lib/Analysis/AssumptionCache.cpp
  241   auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr()));
  242   if (I != ACT->AssumptionCaches.end())
  243     ACT->AssumptionCaches.erase(I);
  252   auto I = AssumptionCaches.find_as(&F);
  253   if (I != AssumptionCaches.end())
  258   auto IP = AssumptionCaches.insert(std::make_pair(
  265   auto I = AssumptionCaches.find_as(&F);
  266   if (I != AssumptionCaches.end())
  280   for (const auto &I : AssumptionCaches) {