Searched refs:GetStoreValueForLoad (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1131 static Value *GetStoreValueForLoad(Value *SrcVal, unsigned Offset, in GetStoreValueForLoad() function 1224 return GetStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL); in GetLoadValueForLoad() 1327 Res = GetStoreValueForLoad(Res, Offset, LoadTy, BB->getTerminator(), DL); in MaterializeAdjustedValue() 1916 AvailVal = GetStoreValueForLoad(DepSI->getValueOperand(), Offset, in processLoad()
|