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

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

Completed in 51 milliseconds