Searched refs:DeadVals (Results 1 – 1 of 1) sorted by relevance
2505 /// DeadVals instructions, marking for deletion trivially dead operands.2507 void removeInstructionsAndOperands(ArrayRef<T *> DeadVals) { in removeInstructionsAndOperands() argument 2509 for (T *V : DeadVals) { in removeInstructionsAndOperands() 2514 for (T *V : DeadVals) { in removeInstructionsAndOperands() 2537 for (T *V : DeadVals) { in removeInstructionsAndOperands()