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.cpp191 struct llvm::gvn::AvailableValue { struct in llvm::gvn
192 enum class ValType {
203 Value *Val;
205 ValType Kind;
208 unsigned Offset = 0;
210 Value *V1 = nullptr, *V2 = nullptr;
212 static AvailableValue get(Value *V, unsigned Offset = 0) { in get()
220 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI()
228 static AvailableValue getLoad(LoadInst *Load, unsigned Offset = 0) { in getLoad()
236 static AvailableValue getUndef() { in getUndef()
[all …]