Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp57 struct ConstantUser;
60 typedef SmallVector<ConstantUser, 8> ConstantUseListType;
65 struct ConstantUser { struct
69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() argument
84 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
169 const ConstantUser &ConstUser);
470 const ConstantUser &ConstUser) { in emitBaseConstants()