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