Searched refs:DeleteBasicBlock (Results 1 – 1 of 1) sorted by relevance
54 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