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

References

lib/Analysis/MemoryDependenceAnalysis.cpp
  482   if (isLoad && QueryInst) {
  483     LoadInst *LI = dyn_cast<LoadInst>(QueryInst);
  554         if (!QueryInst)
  557         if (isVolatile(QueryInst))
  568         if (!QueryInst || isNonSimpleLoadOrStore(QueryInst) ||
  568         if (!QueryInst || isNonSimpleLoadOrStore(QueryInst) ||
  569             isOtherMemAccess(QueryInst))
  621         if (!QueryInst || isNonSimpleLoadOrStore(QueryInst) ||
  621         if (!QueryInst || isNonSimpleLoadOrStore(QueryInst) ||
  622             isOtherMemAccess(QueryInst))
  633         if (!QueryInst || isNonSimpleLoadOrStore(QueryInst) ||
  633         if (!QueryInst || isNonSimpleLoadOrStore(QueryInst) ||
  634             isOtherMemAccess(QueryInst))