Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2340 Instruction &getLastInstructionInBundle(const TreeEntry *E);
8119 getLastInstructionInBundle(TE->UserTreeIndices.front().UserTE); in isGatherShuffledEntry()
8164 getLastInstructionInBundle(EntryPtr->UserTreeIndices.front().UserTE); in isGatherShuffledEntry()
8485 Instruction &BoUpSLP::getLastInstructionInBundle(const TreeEntry *E) { in getLastInstructionInBundle() function in BoUpSLP
9847 Instruction *LastInst = &getLastInstructionInBundle(E.get()); in vectorizeTree()