Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp52 static void DeleteBasicBlock(BasicBlock *BB, CallGraph &CG);
199 DeleteBasicBlock(UnwindBlock, CG); // Delete the new BB. in SimplifyFunction()
218 DeleteBasicBlock(New, CG); // Delete the new BB. in SimplifyFunction()
231 static void DeleteBasicBlock(BasicBlock *BB, CallGraph &CG) { in DeleteBasicBlock() function