Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDeadStoreElimination.cpp165 getLocForWrite(Instruction *Inst, AliasAnalysis &AA) { in getLocForWrite() function
474 AliasAnalysis::Location Loc = getLocForWrite(Inst, *AA); in runOnBasicBlock()
489 AliasAnalysis::Location DepLoc = getLocForWrite(DepWrite, *AA); in runOnBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp190 static MemoryLocation getLocForWrite(Instruction *Inst) { in getLocForWrite() function
305 MemoryLocation Loc = getLocForWrite(I); in getStoredPointerOperand()
1003 MemoryLocation Loc = getLocForWrite(EarlierWrite); in removePartiallyOverlappedStores()
1123 MemoryLocation Loc = getLocForWrite(Inst); in eliminateDeadStores()
1147 MemoryLocation DepLoc = getLocForWrite(DepWrite); in eliminateDeadStores()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp149 static MemoryLocation getLocForWrite(Instruction *Inst, AliasAnalysis &AA) { in getLocForWrite() function
907 MemoryLocation Loc = getLocForWrite(Inst, *AA); in eliminateDeadStores()
922 MemoryLocation DepLoc = getLocForWrite(DepWrite, *AA); in eliminateDeadStores()