Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CleanupBB

452     llvm::BasicBlock *CleanupBB = CGF.createBasicBlock("cleanup.action");
455 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
456 CleanupBB);