Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8135 auto *EntryParent = LastEI->getParent(); in isGatherShuffledEntry() local
8136 auto *NodeEUI = DT->getNode(EntryParent); in isGatherShuffledEntry()
8143 if (UserInst.getParent() != EntryParent && in isGatherShuffledEntry()
8146 if (UserInst.getParent() == EntryParent && UserInst.comesBefore(LastEI)) in isGatherShuffledEntry()