Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp179 struct llvm::gvn::AvailableValue { struct in llvm::gvn
195 AvailableValue Res; in get()
203 AvailableValue Res; in getMI()
211 AvailableValue Res; in getLoad()
218 static AvailableValue getUndef() { in getUndef() argument
219 AvailableValue Res; in getUndef()
259 AvailableValue AV;
1128 Res = AvailableValue::getLoad(LD); in AnalyzeLoadAvailability()
1169 AvailableValue AV; in AnalyzeLoadAvailability()
1915 AvailableValue AV; in processLoad()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h62 struct AvailableValue;
321 Value *Address, gvn::AvailableValue &Res);