Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp197 struct llvm::gvn::AvailableValue { struct in llvm::gvn
218 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument
219 AvailableValue Res; in get()
226 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument
227 AvailableValue Res; in getMI()
234 static AvailableValue getLoad(LoadInst *Load, unsigned Offset = 0) { in getLoad() argument
235 AvailableValue Res; in getLoad()
242 static AvailableValue getUndef() { in getUndef() argument
243 AvailableValue Res; in getUndef()
250 static AvailableValue getSelect(SelectInst *Sel, Value *V1, Value *V2) { in getSelect() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h63 struct AvailableValue;
357 std::optional<gvn::AvailableValue>