Searched defs:eraseInstruction (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ | ||
H A D | MemCpyOptimizer.cpp | 328 void MemCpyOptPass::eraseInstruction(Instruction *I) { in eraseInstruction() function in MemCpyOptPass |
H A D | LICM.cpp | 1475 static void eraseInstruction(Instruction &I, ICFLoopSafetyInfo &SafetyInfo, in eraseInstruction() function |
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ | ||
H A D | VectorCombine.cpp | 125 void eraseInstruction(Instruction &I) { in eraseInstruction() function in __anon6b1f0adf0111::VectorCombine |
H A D | SLPVectorizer.cpp | 2212 void eraseInstruction(Instruction *I) { in eraseInstruction() function in llvm::slpvectorizer::BoUpSLP |
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 3152 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction() function in TypePromotionTransaction |