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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp232 /// returns true, this function and getLocForRead completely describe the memory
266 static MemoryLocation getLocForRead(Instruction *Inst, function
591 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI);
615 MemoryLocation DepReadLoc = getLocForRead(DepWrite, TLI);

Completed in 63 milliseconds