Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1930 UserIgnoreList = nullptr; in deleteTree()
5097 const SmallDenseSet<Value *> *UserIgnoreList = nullptr; member in llvm::slpvectorizer::BoUpSLP
6173 cast<Instruction>(V), UserIgnoreList); in canVectorizeLoads()
7163 !UserIgnoreList && VectorizableTree.front()->hasState() && in reorderTopToBottom()
7911 if (UserIgnoreList && UserIgnoreList->contains(UserInst)) in buildExternalUses()
8105 UserIgnoreList = &UserIgnoreLst; in buildTree()
10140 else if (!I->hasOneUser() && !areAllUsersVectorized(I, UserIgnoreList)) in getScalarsVectorizationLegality()
10170 if (UserIgnoreList && !UserIgnoreList->empty()) { in getScalarsVectorizationLegality()
10172 if (UserIgnoreList->contains(V)) { in getScalarsVectorizationLegality()
11736 if ((!UserIgnoreList || E.Idx != 0) && in transformNodes()
[all …]