Home
last modified time | relevance | path

Searched defs:EarlierStart (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()
662 int64_t &EarlierStart, uint64_t &EarlierSize) { in tryToShortenEnd()
690 int64_t &EarlierStart, uint64_t &EarlierSize) { in tryToShortenBegin()
727 int64_t EarlierStart = 0; in removePartiallyOverlappedStores() local