Searched refs:GetLoadValueForLoad (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 981 static Value *GetLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, in GetLoadValueForLoad() function 1181 Res = GetLoadValueForLoad(Load, Offset, LoadTy, BB->getTerminator(), in MaterializeAdjustedValue() 1727 AvailVal = GetLoadValueForLoad(DepLI, Offset, L->getType(), L, *this); in processLoad()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1025 static Value *GetLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, in GetLoadValueForLoad() function 1194 Res = GetLoadValueForLoad(Load, Offset, LoadTy, InsertPt, gvn); in MaterializeAdjustedValue()
|