Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9355 const BasicBlock *TEInsertBlock = nullptr; in isGatherShuffledSingleRegisterEntry() local
9359 TEInsertBlock = PHI->getIncomingBlock(TEUseEI.EdgeIdx); in isGatherShuffledSingleRegisterEntry()
9360 TEInsertPt = TEInsertBlock->getTerminator(); in isGatherShuffledSingleRegisterEntry()
9362 TEInsertBlock = TEInsertPt->getParent(); in isGatherShuffledSingleRegisterEntry()
9364 auto *NodeUI = DT->getNode(TEInsertBlock); in isGatherShuffledSingleRegisterEntry()
9439 if ((TEInsertBlock != InsertPt->getParent() || in isGatherShuffledSingleRegisterEntry()