Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp53 static void DeleteBasicBlock(BasicBlock *BB, CallGraph &CG);
203 DeleteBasicBlock(UnwindBlock, CG); // Delete the new BB. in SimplifyFunction()
222 DeleteBasicBlock(New, CG); // Delete the new BB. in SimplifyFunction()
235 static void DeleteBasicBlock(BasicBlock *BB, CallGraph &CG) { in DeleteBasicBlock() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
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
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPruneEH.cpp47 void DeleteBasicBlock(BasicBlock *BB);
202 DeleteBasicBlock(UnwindBlock); // Delete the new BB. in SimplifyFunction()
221 DeleteBasicBlock(New); // Delete the new BB. in SimplifyFunction()
234 void PruneEH::DeleteBasicBlock(BasicBlock *BB) { in DeleteBasicBlock() function in PruneEH