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

References

lib/Analysis/MemoryDependenceAnalysis.cpp
 1105   InitialNLPI.Size = Loc.Size;
 1106   InitialNLPI.AATags = Loc.AATags;
 1117     if (CacheInfo->Size != Loc.Size) {
 1119       if (CacheInfo->Size.hasValue() && Loc.Size.hasValue()) {
 1124             CacheInfo->Size.isPrecise() != Loc.Size.isPrecise() ||
 1125             CacheInfo->Size.getValue() < Loc.Size.getValue();
 1128         ThrowOutEverything = !Loc.Size.hasValue();
 1135         CacheInfo->Size = Loc.Size;
 1144             QueryInst, Pointer, Loc.getWithNewSize(CacheInfo->Size), isLoad,
 1152     if (CacheInfo->AATags != Loc.AATags) {
 1161       if (Loc.AATags)
 1163             QueryInst, Pointer, Loc.getWithoutAATags(), isLoad, StartBB, Result,
 1263       MemDepResult Dep = GetNonLocalInfoForBlock(QueryInst, Loc, isLoad, BB,
 1400                                       Loc.getWithNewPtr(PredPtrVal), isLoad,