Searched refs:GetStoreValueForLoad (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 943 static Value *GetStoreValueForLoad(Value *SrcVal, unsigned Offset, in GetStoreValueForLoad() function 1035 return GetStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, TD); in GetLoadValueForLoad() 1169 Res = GetStoreValueForLoad(Res, Offset, LoadTy, BB->getTerminator(), in MaterializeAdjustedValue() 1709 AvailVal = GetStoreValueForLoad(DepSI->getValueOperand(), Offset, in processLoad()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 986 static Value *GetStoreValueForLoad(Value *SrcVal, unsigned Offset, in GetStoreValueForLoad() function 1078 return GetStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL); in GetLoadValueForLoad() 1183 Res = GetStoreValueForLoad(Res, Offset, LoadTy, InsertPt, DL); in MaterializeAdjustedValue()
|