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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp162 /// If isRemovable returns true, this function and getLocForRead completely
201 /// getLocForRead - Return the location read by the specified "hasMemoryWrite"
204 getLocForRead(Instruction *Inst, AliasAnalysis &AA) { function
394 AliasAnalysis::Location InstReadLoc = getLocForRead(Inst, AA);
408 AliasAnalysis::Location DepReadLoc = getLocForRead(DepWrite, AA);
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp147 /// returns true, this function and getLocForRead completely describe the memory
179 static MemoryLocation getLocForRead(Instruction *Inst, function
484 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI);
498 MemoryLocation DepReadLoc = getLocForRead(DepWrite, TLI);

Completed in 59 milliseconds