Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ !
H A DGVN.cpp191 struct llvm::gvn::AvailableValue { struct in llvm::gvn
212 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument
213 AvailableValue Res; in get()
220 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument
221 AvailableValue Res; in getMI()
228 static AvailableValue getLoad(LoadInst *Load, unsigned Offset = 0) { in getLoad() argument
229 AvailableValue Res; in getLoad()
236 static AvailableValue getUndef() { in getUndef() argument
237 AvailableValue Res; in getUndef()
244 static AvailableValue getSelect(SelectInst *Sel, Value *V1, Value *V2) { in getSelect() argument
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ !
H A DGVN.h61 struct AvailableValue;
331 std::optional<gvn::AvailableValue>