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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp559 AliasAnalysis::Location DepLoc = getLocForWrite(DepWrite, *AA); local
561 if (!DepLoc.Ptr)
570 OverwriteResult OR = isOverwrite(Loc, DepLoc, *AA,
602 << DepLoc.Size << ")"

Completed in 92 milliseconds