Searched defs:DeleteBasicBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp51 void DeleteBasicBlock(BasicBlock *BB);
218 DeleteBasicBlock(UnwindBlock); // Delete the new BB.
237 DeleteBasicBlock(New); // Delete the new BB.
247 /// DeleteBasicBlock - remove the specified basic block from the program,
250 void PruneEH::DeleteBasicBlock(BasicBlock *BB) { function in class:PruneEH

Completed in 84 milliseconds