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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp120 /// Materialization of an AvailableValue never fails. An AvailableValue is
123 struct llvm::gvn::AvailableValue { struct in class:llvm::gvn
138 static AvailableValue get(Value *V, unsigned Offset = 0) {
139 AvailableValue Res;
146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) {
147 AvailableValue Res;
154 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) {
155 AvailableValue Res;
162 static AvailableValue getUnde
1806 Value *AvailableValue = AV.MaterializeAdjustedValue(L, L, *this); local
[all...]
/external/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h35 struct AvailableValue;
195 Value *Address, gvn::AvailableValue &Res);

Completed in 925 milliseconds