Searched defs:EarlierSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp402 const uint64_t EarlierSize = Earlier.Size.getValue(); local
982 tryToShorten(Instruction *EarlierWrite, int64_t &EarlierOffset, int64_t &EarlierSize, int64_t LaterOffset, int64_t LaterSize, bool IsOverwriteEnd) argument
1015 << ", " << EarlierSize << ")\\n"); local
1037 tryToShortenEnd(Instruction *EarlierWrite, OverlapIntervalsTy &IntervalMap, int64_t &EarlierStart, int64_t &EarlierSize) argument
1058 tryToShortenBegin(Instruction *EarlierWrite, OverlapIntervalsTy &IntervalMap, int64_t &EarlierStart, int64_t &EarlierSize) argument
1091 int64_t EarlierSize = int64_t(Loc.Size.getValue()); local
1337 int64_t EarlierSize = DepLoc.Size.getValue(); local
[all...]

Completed in 92 milliseconds