Home
last modified time | relevance | path

Searched refs:isShortenableAtTheEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp271 static bool isShortenableAtTheEnd(Instruction *I) { in isShortenableAtTheEnd() function
959 if (IntervalMap.empty() || !isShortenableAtTheEnd(EarlierWrite)) in tryToShortenEnd()
1201 } else if ((OR == OW_End && isShortenableAtTheEnd(DepWrite)) || in eliminateDeadStores()