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

References

lib/Transforms/IPO/GlobalOpt.cpp
 1501   Value *NElems = getMallocArraySize(CI, DL, TLI, true);
 1509     if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) {
 1510       OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI);
 1539       Type *IntPtrTy = DL.getIntPtrType(CI->getType());
 1540       unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes();
 1557     PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, DL, TLI, true), DL,
 1557     PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, DL, TLI, true), DL,