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

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

Completed in 176 milliseconds