Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp132 SmallVector<Instruction *, 4> UserList; in isCoercionProfitable() local
138 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4362 using UserList = SmallVector<ExternalUser, 16>; typedef in llvm::slpvectorizer::BoUpSLP
4417 UserList ExternalUses;