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