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

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp48 void DeleteBasicBlock(BasicBlock *BB);
204 DeleteBasicBlock(UnwindBlock); // Delete the new BB.
223 DeleteBasicBlock(New); // Delete the new BB.
233 /// DeleteBasicBlock - remove the specified basic block from the program,
236 void PruneEH::DeleteBasicBlock(BasicBlock *BB) { function in class:PruneEH

Completed in 292 milliseconds