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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp830 /// CoerceAvailableValueToLoadType will succeed.
849 /// CoerceAvailableValueToLoadType - If we saw a store of a value to memory, and
855 static Value *CoerceAvailableValueToLoadType(Value *StoredVal, function
1142 return CoerceAvailableValueToLoadType(SrcVal, LoadTy, InsertPt, DL);
1245 return CoerceAvailableValueToLoadType(Val, LoadTy, InsertPt, DL);
1931 StoredVal = CoerceAvailableValueToLoadType(StoredVal, L->getType(),
1960 AvailableVal = CoerceAvailableValueToLoadType(DepLI, L->getType(),

Completed in 39 milliseconds