Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7807 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue() local
7808 if (!BBLatch) in getReductionValue()
7813 if (P->getIncomingBlock(0) == BBLatch) { in getReductionValue()
7815 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionValue()