Searched refs:ReplaceOpsWithUndef (Results 1 – 1 of 1) sorted by relevance
1974 void eraseInstruction(Instruction *I, bool ReplaceOpsWithUndef = false) { in eraseInstruction() argument1975 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()1976 It->getSecond() = It->getSecond() && ReplaceOpsWithUndef; in eraseInstruction()