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

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

Completed in 115 milliseconds