Home
last modified time | relevance | path

Searched defs:eraseInstruction (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp89 void OrderedBasicBlock::eraseInstruction(const Instruction *I) { in eraseInstruction() function in OrderedBasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1439 static void eraseInstruction(Instruction &I, ICFLoopSafetyInfo &SafetyInfo, in eraseInstruction() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2777 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction() function in TypePromotionTransaction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1762 void eraseInstruction(Instruction *I, bool ReplaceOpsWithUndef = false) { in eraseInstruction() function in llvm::slpvectorizer::BoUpSLP