search for: cond_next11

Displaying 1 result from an estimated 1 matches for "cond_next11".

Did you mean: cond_next12
2008 Jan 12
1
[LLVMdev] Labels
...@yylimit, align 4 ret i32 1 UnifiedReturnBlock: ret i32 0 } declare i8* @realloc(i8*, i32) declare i32 @_IO_getc(%struct._IO_FILE*) define i32 @yymatchDot() { entry: %tmp1 = load i32* @yypos, align 4 %tmp2 = load i32* @yylimit, align 4 %tmp3 = icmp slt i32 %tmp1, %tmp2 br i1 %tmp3, label %cond_next11, label %cond_true cond_true: %tmp5 = tail call i32 @yyrefill( ) %tmp6 = icmp eq i32 %tmp5, 0 br i1 %tmp6, label %UnifiedReturnBlock, label %cond_next11 cond_next11: %tmp12 = load i32* @yypos, align 4 %tmp13 = add i32 %tmp12, 1 store i32 %tmp13, i32* @yypos, align 4 ret i32 1 UnifiedReturn...