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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp193 /// If isRemovable returns true, this function and getLocForRead completely
233 /// getLocForRead - Return the location read by the specified "hasMemoryWrite"
236 getLocForRead(Instruction *Inst, AliasAnalysis &AA) { function
464 AliasAnalysis::Location InstReadLoc = getLocForRead(Inst, AA);
478 AliasAnalysis::Location DepReadLoc = getLocForRead(DepWrite, AA);

Completed in 384 milliseconds