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

References

lib/Transforms/Scalar/SROA.cpp
 3900       if (!Stores.empty() && SplitOffsetsMap.count(SI)) {
 3902         LLVM_DEBUG(dbgs() << "    Deferred splitting of store: " << *SI
 3907       Value *StoreBasePtr = SI->getPointerOperand();
 3908       IRB.SetInsertPoint(SI);
 3910       LLVM_DEBUG(dbgs() << "    Splitting store of load: " << *SI << "\n");
 3916             PLoad->getType()->getPointerTo(SI->getPointerAddressSpace());
 3918         auto AS = SI->getPointerAddressSpace();
 3924             getAdjustedAlignment(SI, PartOffset, DL), /*IsVolatile*/ false);
 3943       DeadInsts.insert(SI);