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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp440 const AliasAnalysis::Location &InstStoreLoc,
448 if (AA.isNoAlias(InstReadLoc, InstStoreLoc)) return false;
439 isPossibleSelfRead(Instruction *Inst, const AliasAnalysis::Location &InstStoreLoc, Instruction *DepWrite, AliasAnalysis &AA) argument

Completed in 36 milliseconds