reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4261 const DataLayout &DL = AI.getModule()->getDataLayout(); 4264 Changed |= presplitLoadsAndStores(AI, AS); 4274 uint64_t AllocaSize = DL.getTypeAllocSize(AI.getAllocatedType()); 4334 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { 4336 if (NewAI != &AI) { 4352 TinyPtrVector<DbgVariableIntrinsic *> DbgDeclares = FindDbgAddrUses(&AI); 4357 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); 4358 uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType()); 4408 DbgDeclares.front()->getDebugLoc(), &AI);