Searched refs:eraseInstruction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2488 void eraseInstruction(Instruction *Inst, Value *NewVal = nullptr);
2515 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, function in class:__anon12533::TypePromotionTransaction
2975 TPT.eraseInstruction(SExt);
2986 TPT.eraseInstruction(SExtOpnd);
3002 TPT.eraseInstruction(ExtInst, NextVal);
3104 TPT.eraseInstruction(Ext);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp541 void eraseInstruction(Instruction *I) { function in class:llvm::slpvectorizer::BoUpSLP
2708 eraseInstruction(cast<Instruction>(Scalar));
2787 eraseInstruction(In);
3536 // A general note: the vectorizer must use BoUpSLP::eraseInstruction() to

Completed in 171 milliseconds