Searched defs:DeadStart (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 560 tryToShorten(Instruction * DeadI,int64_t & DeadStart,uint64_t & DeadSize,int64_t KillingStart,uint64_t KillingSize,bool IsOverwriteEnd) tryToShorten() argument 655 tryToShortenEnd(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenEnd() argument 683 tryToShortenBegin(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenBegin() argument 2007 int64_t DeadStart = 0; removePartiallyOverlappedStores() local [all...] |