reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
798 InformationCache &getInfoCache() { return InfoCache; } 900 const DataLayout &getDataLayout() const { return InfoCache.DL; }lib/Transforms/IPO/Attributor.cpp
4401 InfoCache.getOpcodeInstMapForFunction(*AssociatedFunction); 4429 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { 4675 auto &ReadOrWriteInsts = InfoCache.FuncRWInstsMap[&F]; 4676 auto &InstOpcodeMap = InfoCache.FuncInstOpcodeMap[&F]; 4834 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);