Home
last modified time | relevance | path

Searched refs:eraseInstructions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp167 void eraseInstructions(ArrayRef<Instruction *> Chain);
569 void Vectorizer::eraseInstructions(ArrayRef<Instruction *> Chain) { in eraseInstructions() function in Vectorizer
1084 eraseInstructions(Chain); in vectorizeStoreChain()
1246 eraseInstructions(Chain); in vectorizeLoadChain()
DSLPVectorizer.cpp1372 void eraseInstructions(ArrayRef<Value *> AV);
2343 void BoUpSLP::eraseInstructions(ArrayRef<Value *> AV) { in eraseInstructions() function in BoUpSLP
6844 V.eraseInstructions(IgnoreList); in tryToReduce()