Searched refs:UseEI (Results 1 – 1 of 1) sorted by relevance
15372 const EdgeInfo &UseEI = TEPtr->UserTreeIndex; in isGatherShuffledSingleRegisterEntry() local15374 PHINode *UserPHI = UseEI.UserTE->State != TreeEntry::SplitVectorize in isGatherShuffledSingleRegisterEntry()15375 ? dyn_cast<PHINode>(UseEI.UserTE->getMainOp()) in isGatherShuffledSingleRegisterEntry()15378 UserPHI ? UserPHI->getIncomingBlock(UseEI.EdgeIdx)->getTerminator() in isGatherShuffledSingleRegisterEntry()15379 : &getLastInstructionInBundle(UseEI.UserTE); in isGatherShuffledSingleRegisterEntry()15386 if (UseEI.UserTE->State != TreeEntry::Vectorize || in isGatherShuffledSingleRegisterEntry()15387 (UseEI.UserTE->getOpcode() == Instruction::PHI && in isGatherShuffledSingleRegisterEntry()15388 !UseEI.UserTE->isAltShuffle()) || in isGatherShuffledSingleRegisterEntry()15389 !all_of(UseEI.UserTE->Scalars, isUsedOutsideBlock)) in isGatherShuffledSingleRegisterEntry()15397 (TEUseEI.UserTE != UseEI.UserTE || TEUseEI.EdgeIdx < UseEI.EdgeIdx)) in isGatherShuffledSingleRegisterEntry()[all …]