HomeSort by relevance Sort by last modified time
    Searched refs:DeleteBasicBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 53 static void DeleteBasicBlock(BasicBlock *BB, CallGraph &CG);
203 DeleteBasicBlock(UnwindBlock, CG); // Delete the new BB.
222 DeleteBasicBlock(New, CG); // Delete the new BB.
232 /// DeleteBasicBlock - remove the specified basic block from the program,
235 static void DeleteBasicBlock(BasicBlock *BB, CallGraph &CG) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 47 void DeleteBasicBlock(BasicBlock *BB);
202 DeleteBasicBlock(UnwindBlock); // Delete the new BB.
221 DeleteBasicBlock(New); // Delete the new BB.
231 /// DeleteBasicBlock - remove the specified basic block from the program,
234 void PruneEH::DeleteBasicBlock(BasicBlock *BB) {

Completed in 167 milliseconds