Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateCondBr

525     CGF.Builder.CreateCondBr(failsFilter, unexpectedBB, CGF.getEHResumeBlock());
1201 CGF.Builder.CreateCondBr(matchesTypeIndex, handler.Block, nextBlock);
1310 CGF.Builder.CreateCondBr(ShouldEndCatch, EndCatchBB, CleanupContBB);
1353 CGF.Builder.CreateCondBr(ShouldRethrow, RethrowBB, ContBB);