Home
last modified time | relevance | path

Searched refs:BBLatch (Results 1 – 3 of 3) 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-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7058 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue() local
7059 if (!BBLatch) in getReductionValue()
7064 if (P->getIncomingBlock(0) == BBLatch) { in getReductionValue()
7066 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionValue()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7442 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue() local
7443 if (!BBLatch) in getReductionValue()
7448 if (P->getIncomingBlock(0) == BBLatch) { in getReductionValue()
7450 } else if (P->getIncomingBlock(1) == BBLatch) { in getReductionValue()