Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp54 static void DeleteBasicBlock(BasicBlock *BB, CallGraphUpdater &CGU);
194 DeleteBasicBlock(UnwindBlock, CGU); // Delete the new BB. in SimplifyFunction()
214 DeleteBasicBlock(New, CGU); // Delete the new BB. in SimplifyFunction()
227 static void DeleteBasicBlock(BasicBlock *BB, CallGraphUpdater &CGU) { in DeleteBasicBlock() function