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

References

lib/Transforms/IPO/GlobalOpt.cpp
 1591       auto *TLI = &GetTLI(*CI->getFunction());
 1592       Type *MallocType = getMallocAllocatedType(CI, TLI);
 1593       if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType,