Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp795 void deleteInstructionsInBlock(BasicBlock *);
3516 deleteInstructionsInBlock(&BB); in runGVN()
3736 void NewGVN::deleteInstructionsInBlock(BasicBlock *BB) { in deleteInstructionsInBlock() function in NewGVN