Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Dependency

584 /// Handle frees of entire structures whose dependency is a store
604 Instruction *Dependency = Dep.getInst();
605 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency))
609 GetUnderlyingObject(getStoredPointerOperand(Dependency), DL);
616 BasicBlock::iterator BBI(Dependency);
617 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI);
621 // Inst's old Dependency is now deleted. Compute the next dependency,