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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp444 /// isPossibleSelfRead - If 'Inst' might be a self read (i.e. a noop copy of a
457 static bool isPossibleSelfRead(Instruction *Inst, function
566 !isPossibleSelfRead(Inst, Loc, DepWrite, *AA)) {

Completed in 88 milliseconds