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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1058   if (!BP)
 1061   auto *BV = BP->getValue();
 1074   AF = SE.getMinusSCEV(AF, BP);
 1085   if (Context.ElementSize[BP]) {
 1086     if (!AllowDifferentTypes && Context.ElementSize[BP] != Size)
 1090     Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]);
 1090     Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]);
 1092     Context.ElementSize[BP] = Size;
 1109     Context.Accesses[BP].push_back({Inst, AF});
 1113           std::make_pair(BP, LI.getLoopFor(Inst->getParent())));
 1127       MemoryLocation(BP->getValue(), MemoryLocation::UnknownSize, AATags));