Home
last modified time | relevance | path

Searched defs:AvailableValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp197 struct llvm::gvn::AvailableValue { struct in llvm::gvn
198 enum class ValType {
209 Value *Val;
211 ValType Kind;
214 unsigned Offset = 0;
216 Value *V1 = nullptr, *V2 = nullptr;
218 static AvailableValue get(Value *V, unsigned Offset = 0) { in get()
226 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI()
234 static AvailableValue getLoad(LoadInst *Load, unsigned Offset = 0) { in getLoad()
242 static AvailableValue getUndef() { in getUndef()
[all …]