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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1145 /// GetLoadValueForLoad - This function is called when we have a
1150 static Value *GetLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, function
1341 Res = GetLoadValueForLoad(Load, Offset, LoadTy, BB->getTerminator(),
1869 AvailVal = GetLoadValueForLoad(DepLI, Offset, L->getType(), L, *this);

Completed in 972 milliseconds