Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp23589 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionInstr() local
23590 if (!BBLatch) in getReductionInstr()
23595 if (P->getIncomingBlock(0) == BBLatch) { in getReductionInstr()
23597 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionInstr()