Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h51 struct ConstantUser { struct
55 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() argument
58 typedef SmallVector<ConstantUser, 8> ConstantUseListType;
72 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
142 const consthoist::ConstantUser &ConstUser);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h65 struct ConstantUser { struct
69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() function
72 using ConstantUseListType = SmallVector<ConstantUser, 8>;
85 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
159 const consthoist::ConstantUser &ConstUser);
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp477 const ConstantUser &ConstUser) { in emitBaseConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp636 const ConstantUser &ConstUser) { in emitBaseConstants()