Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1246 UserIgnoreList = nullptr; in deleteTree()
3959 const SmallDenseSet<Value *> *UserIgnoreList = nullptr; member in llvm::slpvectorizer::BoUpSLP
5872 if (UserIgnoreList && UserIgnoreList->contains(UserInst)) in buildExternalUses()
6057 UserIgnoreList = &UserIgnoreLst; in buildTree()
6734 UserIgnoreList); in buildTree_rec()
6958 if (UserIgnoreList && !UserIgnoreList->empty()) { in buildTree_rec()
6960 if (UserIgnoreList && UserIgnoreList->contains(V)) { in buildTree_rec()
10745 assert(UserIgnoreList && "Expected reduction tree."); in getTreeCost()
11201 !areAllUsersVectorized(I, UserIgnoreList) && isSimple(I); in isGatherShuffledSingleRegisterEntry()
12780 if (E->getMainOp() && E->Idx == 0 && !UserIgnoreList) in vectorizeTree()
[all …]