Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp51 static void DeleteBasicBlock(BasicBlock *BB, CallGraphUpdater &CGU);
191 DeleteBasicBlock(UnwindBlock, CGU); // Delete the new BB. in SimplifyFunction()
211 DeleteBasicBlock(New, CGU); // Delete the new BB. in SimplifyFunction()
224 static void DeleteBasicBlock(BasicBlock *BB, CallGraphUpdater &CGU) { in DeleteBasicBlock() function