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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp189 /// If isRemovable returns true, this function and getLocForRead completely
228 /// getLocForRead - Return the location read by the specified "hasMemoryWrite"
231 getLocForRead(Instruction *Inst, AliasAnalysis &AA) { function
462 AliasAnalysis::Location InstReadLoc = getLocForRead(Inst, AA);
476 AliasAnalysis::Location DepReadLoc = getLocForRead(DepWrite, AA);

Completed in 89 milliseconds