Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp162 struct llvm::gvn::AvailableValue { struct in llvm::gvn
178 AvailableValue Res; in get()
186 AvailableValue Res; in getMI()
194 AvailableValue Res; in getLoad()
201 static AvailableValue getUndef() { in getUndef() argument
202 AvailableValue Res; in getUndef()
242 AvailableValue AV;
987 Res = AvailableValue::getLoad(LD); in AnalyzeLoadAvailability()
1028 AvailableValue AV; in AnalyzeLoadAvailability()
1484 AvailableValue AV; in processLoad()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h59 struct AvailableValue;
257 Value *Address, gvn::AvailableValue &Res);