Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateCondBr

541     CGF.Builder.CreateCondBr(failsFilter, unexpectedBB, CGF.getEHResumeBlock(false));
1220 CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock);
1339 CGF.Builder.CreateCondBr(ShouldEndCatch, EndCatchBB, CleanupContBB);
1382 CGF.Builder.CreateCondBr(ShouldRethrow, RethrowBB, ContBB);