Lines Matching full:nextblock
1140 llvm::BasicBlock *nextBlock;
1145 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());
1151 nextBlock = catchScope.getHandler(i+1).Block;
1156 nextBlock = CGF.createBasicBlock("catch.fallthrough");
1167 CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock);
1176 CGF.EmitBlock(nextBlock);