Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1991 void eraseInstruction(Instruction *I, bool ReplaceOpsWithUndef = false) { in eraseInstruction() argument
1992 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()
1993 It->getSecond() = It->getSecond() && ReplaceOpsWithUndef; in eraseInstruction()