Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15272 const BasicBlock *TEInsertBlock = nullptr; in isGatherShuffledSingleRegisterEntry() local
15277 TEInsertBlock = PHI->getIncomingBlock(TEUseEI.EdgeIdx); in isGatherShuffledSingleRegisterEntry()
15278 TEInsertPt = TEInsertBlock->getTerminator(); in isGatherShuffledSingleRegisterEntry()
15280 TEInsertBlock = TEInsertPt->getParent(); in isGatherShuffledSingleRegisterEntry()
15282 if (!DT->isReachableFromEntry(TEInsertBlock)) in isGatherShuffledSingleRegisterEntry()
15284 auto *NodeUI = DT->getNode(TEInsertBlock); in isGatherShuffledSingleRegisterEntry()
15429 if ((TEInsertBlock != InsertPt->getParent() || in isGatherShuffledSingleRegisterEntry()