Searched refs:GetLoadValueForLoad (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1170 static Value *GetLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, in GetLoadValueForLoad() function 1338 Res = GetLoadValueForLoad(Load, Offset, LoadTy, BB->getTerminator(), in MaterializeAdjustedValue() 1933 AvailVal = GetLoadValueForLoad(DepLI, Offset, L->getType(), L, *this); in processLoad()
|