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

Declarations

include/llvm/Transforms/IPO/Attributor.h
  113 struct InformationCache;

References

include/llvm/Transforms/IPO/Attributor.h
  722   Attributor(InformationCache &InfoCache, unsigned DepRecomputeInterval,
  798   InformationCache &getInfoCache() { return InfoCache; }
  997   InformationCache &InfoCache;
lib/Transforms/IPO/Attributor.cpp
 4365 checkForAllInstructionsImpl(InformationCache::OpcodeInstMapTy &OpcodeInstMap,
 4930   InformationCache InfoCache(M, AG);