Home | History | Annotate | Download | only in Scalar

Lines Matching defs:isRemovable

146 /// Return a Location stored to by the specified instruction. If isRemovable
192 static bool isRemovable(Instruction *I) {
605 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency))
704 if (hasMemoryWrite(&*BBI, *TLI) && isRemovable(&*BBI)) {
835 isRemovable(SI) && memoryIsNotModifiedBetween(DepLoad, SI, AA)) {
848 if (StoredConstant && StoredConstant->isNullValue() && isRemovable(SI)) {
930 if (isRemovable(DepWrite) &&