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

References

lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  688     int64_t LdDispImm = getDispOperand(LoadInst).getImm();
  692         findPotentialBlockers(LoadInst);
  695                                         LoadInst->getOpcode()) ||
  705       if (hasSameBaseOpValue(LoadInst, PBInst) &&
  706           isBlockingStore(LdDispImm, getRegSizeInBytes(LoadInst), PBstDispImm,
  720     LLVM_DEBUG(LoadInst->dump());
  724     breakBlockedCopies(LoadInst, StoreInst, BlockingStoresDispSizeMap);
  725     updateKillStatus(LoadInst, StoreInst);
  726     ForRemoval.push_back(LoadInst);