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

References

lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  650     if (BarrierMemoryInstr && OBB.dominates(BarrierMemoryInstr, ChainInstr))
  661       auto *ChainLoad = dyn_cast<LoadInst>(ChainInstr);
  680       if (MemLoad && isa<StoreInst>(ChainInstr) &&
  681           (IsInvariantLoad(MemLoad) || OBB.dominates(MemLoad, ChainInstr)))
  685                         MemoryLocation::get(ChainInstr))) {
  692                  << "  " << *ChainInstr << '\n'
  693                  << "  " << *getLoadStorePointerOperand(ChainInstr) << '\n';
  707       assert(OBB.dominates(BarrierMemoryInstr, ChainInstr));