Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10935 const BasicBlock *TEInsertBlock = nullptr; in isGatherShuffledSingleRegisterEntry() local
10939 TEInsertBlock = PHI->getIncomingBlock(TEUseEI.EdgeIdx); in isGatherShuffledSingleRegisterEntry()
10940 TEInsertPt = TEInsertBlock->getTerminator(); in isGatherShuffledSingleRegisterEntry()
10942 TEInsertBlock = TEInsertPt->getParent(); in isGatherShuffledSingleRegisterEntry()
10944 if (!DT->isReachableFromEntry(TEInsertBlock)) in isGatherShuffledSingleRegisterEntry()
10946 auto *NodeUI = DT->getNode(TEInsertBlock); in isGatherShuffledSingleRegisterEntry()
11021 if ((TEInsertBlock != InsertPt->getParent() || in isGatherShuffledSingleRegisterEntry()