Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp183 struct llvm::gvn::AvailableValue { struct in llvm::gvn
184 enum class ValType {
195 Value *Val;
197 ValType Kind;
200 unsigned Offset = 0;
202 Value *V1 = nullptr, *V2 = nullptr;
204 static AvailableValue get(Value *V, unsigned Offset = 0) { in get()
212 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI()
220 static AvailableValue getLoad(LoadInst *Load, unsigned Offset = 0) { in getLoad()
228 static AvailableValue getUndef() { in getUndef()
[all …]