Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp569 static bool tryToShorten(Instruction *EarlierWrite, int64_t &EarlierStart, in tryToShorten()
660 static bool tryToShortenEnd(Instruction *EarlierWrite, in tryToShortenEnd()
688 static bool tryToShortenBegin(Instruction *EarlierWrite, in tryToShortenBegin()
722 Instruction *EarlierWrite = OI.first; in removePartiallyOverlappedStores() local