Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4289 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue() local
4290 if (!BBLatch) in getReductionValue()
4295 if (P->getIncomingBlock(0) == BBLatch) { in getReductionValue()
4297 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6040 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue() local
6041 if (!BBLatch) in getReductionValue()
6046 if (P->getIncomingBlock(0) == BBLatch) { in getReductionValue()
6048 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionValue()