HomeSort by: relevance | last modified time | path
    Searched refs:eraseInstruction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 78 void eraseInstruction(Instruction *I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 331 void MemCpyOptPass::eraseInstruction(Instruction *I) {
513 eraseInstruction(SI);
735 eraseInstruction(SI);
736 eraseInstruction(LI);
790 eraseInstruction(SI);
791 eraseInstruction(LI);
833 eraseInstruction(SI);
1125 eraseInstruction(M);
1188 eraseInstruction(MemSet);
1235 eraseInstruction(MemSet)
    [all...]
LICM.cpp 182 static void eraseInstruction(Instruction &I, ICFLoopSafetyInfo &SafetyInfo,
562 eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
581 eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
902 eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
945 eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
1520 static void eraseInstruction(Instruction &I, ICFLoopSafetyInfo &SafetyInfo,
1761 eraseInstruction(*PN, *SafetyInfo, nullptr, nullptr);
2261 eraseInstruction(*PreheaderLoad, *SafetyInfo, CurAST, MSSAU);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2989 void eraseInstruction(Instruction *Inst, Value *NewVal = nullptr);
3027 void TypePromotionTransaction::eraseInstruction(Instruction *Inst,
4303 TPT.eraseInstruction(SExt);
4314 TPT.eraseInstruction(SExtOpnd);
4330 TPT.eraseInstruction(ExtInst, NextVal);
4430 TPT.eraseInstruction(Ext);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1974 void eraseInstruction(Instruction *I, bool ReplaceOpsWithUndef = false) {
2577 eraseInstruction(I, /*ReplaceOpsWithUndef=*/true);
5569 eraseInstruction(cast<Instruction>(Scalar));
5650 eraseInstruction(In);
6522 // A general note: the vectorizer must use BoUpSLP::eraseInstruction() to

Completed in 76 milliseconds