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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp234 static MemoryLocation getLocForWrite(Instruction *Inst) { function
348 //TODO: factor this to reuse getLocForWrite
349 MemoryLocation Loc = getLocForWrite(I);
1086 MemoryLocation Loc = getLocForWrite(EarlierWrite);
1248 MemoryLocation Loc = getLocForWrite(Inst);
1272 MemoryLocation DepLoc = getLocForWrite(DepWrite);

Completed in 58 milliseconds