Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp836 void deleteInstructionsInBlock(BasicBlock *);
3473 deleteInstructionsInBlock(&BB); in runGVN()
3662 void NewGVN::deleteInstructionsInBlock(BasicBlock *BB) { in deleteInstructionsInBlock() function in NewGVN