Home
last modified time | relevance | path

Searched refs:DeadVals (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2505 /// 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()