Searched defs:eraseInstruction (Results 1 – 4 of 4) sorted by relevance
89 void OrderedBasicBlock::eraseInstruction(const Instruction *I) { in eraseInstruction() function in OrderedBasicBlock
1439 static void eraseInstruction(Instruction &I, ICFLoopSafetyInfo &SafetyInfo, in eraseInstruction() function
2777 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction() function in TypePromotionTransaction
1762 void eraseInstruction(Instruction *I, bool ReplaceOpsWithUndef = false) { in eraseInstruction() function in llvm::slpvectorizer::BoUpSLP