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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp281 /// isShortenable - Returns true if this instruction can be safely shortened in
283 static bool isShortenable(Instruction *I) { function
587 } else if (OR == OverwriteEnd && isShortenable(DepWrite)) {

Completed in 88 milliseconds