Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1240 llvm::BasicBlock *catchBB = CGF.createBasicBlock("finally.catchall"); in enter() local
1242 catchScope->setCatchAllHandler(0, catchBB); in enter()
1248 llvm::BasicBlock *catchBB = catchScope.getHandler(0).Block; in exit() local
1253 if (catchBB->use_empty()) { in exit()
1254 delete catchBB; in exit()
1257 CGF.EmitBlock(catchBB); in exit()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp1426 llvm::BasicBlock *catchBB = CGF.createBasicBlock("finally.catchall"); in enter() local
1428 catchScope->setCatchAllHandler(0, catchBB); in enter()
1434 llvm::BasicBlock *catchBB = catchScope.getHandler(0).Block; in exit() local
1439 if (catchBB->use_empty()) { in exit()
1440 delete catchBB; in exit()
1443 CGF.EmitBlock(catchBB); in exit()