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);
 1510       OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI);
 1538     if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) {
 1557     PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, DL, TLI, true), DL,
 1558                          TLI);