Searched refs:tryToShorten (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 619 static bool tryToShorten(Instruction *DeadI, int64_t &DeadStart, in tryToShorten() function 733 if (tryToShorten(DeadI, DeadStart, DeadSize, KillingStart, KillingSize, in tryToShortenEnd() 762 if (tryToShorten(DeadI, DeadStart, DeadSize, KillingStart, KillingSize, in tryToShortenBegin()
|