Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp271 static bool isShortenableAtTheEnd(Instruction *I) { in isShortenableAtTheEnd() function
957 if (IntervalMap.empty() || !isShortenableAtTheEnd(EarlierWrite)) in tryToShortenEnd()
1200 } else if ((OR == OW_End && isShortenableAtTheEnd(DepWrite)) || in eliminateDeadStores()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp225 static bool isShortenableAtTheEnd(Instruction *I) { in isShortenableAtTheEnd() function
948 } else if ((OR == OverwriteEnd && isShortenableAtTheEnd(DepWrite)) || in eliminateDeadStores()