Searched refs:UserList (Results 1 – 2 of 2) sorted by relevance
132 SmallVector<Instruction *, 4> UserList; in isCoercionProfitable() local138 UserList.push_back(UseInst); in isCoercionProfitable()147 while (!UserList.empty()) { in isCoercionProfitable()148 auto CII = UserList.pop_back_val(); in isCoercionProfitable()161 UserList.push_back(UseInst); in isCoercionProfitable()
4362 using UserList = SmallVector<ExternalUser, 16>; typedef in llvm::slpvectorizer::BoUpSLP4417 UserList ExternalUses;