Home
last modified time | relevance | path

Searched defs:DeadI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp237 const Instruction *DeadI, in isMaskedStoreOverwrite()
282 Instruction *DeadI, in isPartialOverwrite()
561 static bool tryToShorten(Instruction *DeadI, int64_t &DeadStart, in tryToShorten()
656 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
683 static bool tryToShortenBegin(Instruction *DeadI, in tryToShortenBegin()
713 tryToMergePartialOverlappingStores(StoreInst *KillingI, StoreInst *DeadI, in tryToMergePartialOverlappingStores()
2060 Instruction *DeadI = OI.first; in removePartiallyOverlappedStores() local
2218 Instruction *DeadI = DeadDefAccess->getMemoryInst(); in eliminateDeadStores() local