Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2390 Instruction &getLastInstructionInBundle(const TreeEntry *E);
9354 const Instruction *TEInsertPt = &getLastInstructionInBundle(TEUseEI.UserTE); in isGatherShuffledSingleRegisterEntry()
9423 : &getLastInstructionInBundle(UseEI.UserTE); in isGatherShuffledSingleRegisterEntry()
9446 Instruction &LastBundleInst = getLastInstructionInBundle(VTE); in isGatherShuffledSingleRegisterEntry()
9814 Instruction &BoUpSLP::getLastInstructionInBundle(const TreeEntry *E) { in getLastInstructionInBundle() function in BoUpSLP
9963 Instruction *LastInst = &getLastInstructionInBundle(E); in setInsertPointAfterBundle()