Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp18159 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionInstr() local
18160 if (!BBLatch) in getReductionInstr()
18165 if (P->getIncomingBlock(0) == BBLatch) { in getReductionInstr()
18167 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionInstr()