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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp192 /// getLocForWrite - Return a Location stored to by the specified instruction.
196 getLocForWrite(Instruction *Inst, AliasAnalysis &AA) { function
544 AliasAnalysis::Location Loc = getLocForWrite(Inst, *AA);
559 AliasAnalysis::Location DepLoc = getLocForWrite(DepWrite, *AA);

Completed in 249 milliseconds