Home
last modified time | relevance | path

Searched defs:EarlierWrite (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp919 static bool tryToShorten(Instruction *EarlierWrite, int64_t &EarlierOffset, in tryToShorten()
974 static bool tryToShortenEnd(Instruction *EarlierWrite, in tryToShortenEnd()
995 static bool tryToShortenBegin(Instruction *EarlierWrite, in tryToShortenBegin()
1022 Instruction *EarlierWrite = OI.first; in removePartiallyOverlappedStores() local