Searched refs:GetStoreValueForLoad (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1106 /// GetStoreValueForLoad - This function is called when we have a
1111 static Value *GetStoreValueForLoad(Value *SrcVal, unsigned Offset, function
1204 return GetStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL);
1329 Res = GetStoreValueForLoad(Res, Offset, LoadTy, BB->getTerminator(),
1851 AvailVal = GetStoreValueForLoad(DepSI->getValueOperand(), Offset,

Completed in 54 milliseconds