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

References

include/llvm/Analysis/LazyValueInfo.h
  151     assert(!Info.PImpl && "releaseMemory not called");
lib/Analysis/LazyValueInfo.cpp
 1624   Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
 1629   Info.DT = DTWP ? &DTWP->getDomTree() : nullptr;
 1630   Info.TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
 1632   if (Info.PImpl)
 1633     getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear();
 1633     getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear();
 1633     getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear();
 1645 LazyValueInfo &LazyValueInfoWrapperPass::getLVI() { return Info; }
 1669 void LazyValueInfoWrapperPass::releaseMemory() { Info.releaseMemory(); }