1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00
kickc/src/test/ref/modglobalmin.cfg

33 lines
1.4 KiB
INI
Raw Normal View History

@begin: scope:[] from
[0] phi() [ ] ( )
2017-11-04 18:53:55 +00:00
to:@2
@2: scope:[] from @begin
[1] phi() [ ] ( )
[2] call main [ ] ( )
2017-08-12 16:30:21 +00:00
to:@end
2017-11-04 18:53:55 +00:00
@end: scope:[] from @2
[3] phi() [ ] ( )
2017-11-04 18:53:55 +00:00
main: scope:[main] from @2
[4] phi() [ ] ( main:2 [ ] )
[5] call inccnt [ cnt#13 ] ( main:2 [ cnt#13 ] )
to:main::@1
main::@1: scope:[main] from main
[6] *((const byte[256]) SCREEN#0) ← (byte) cnt#13 [ cnt#13 ] ( main:2 [ cnt#13 ] )
[7] (byte) cnt#2 ← ++ (byte) cnt#13 [ cnt#2 ] ( main:2 [ cnt#2 ] )
[8] call inccnt [ cnt#13 ] ( main:2 [ cnt#13 ] )
to:main::@2
main::@2: scope:[main] from main::@1
[9] (byte) cnt#11 ← ++ (byte) cnt#13 [ cnt#11 ] ( main:2 [ cnt#11 ] )
[10] *((const byte[256]) SCREEN#0+(byte/signed byte/word/signed word/dword/signed dword) 1) ← (byte) cnt#11 [ ] ( main:2 [ ] )
to:main::@return
main::@return: scope:[main] from main::@2
[11] return [ ] ( main:2 [ ] )
2017-08-12 16:30:21 +00:00
to:@return
inccnt: scope:[inccnt] from main main::@1
[12] (byte) cnt#12 ← phi( main/(byte/signed byte/word/signed word/dword/signed dword) 0 main::@1/(byte) cnt#2 ) [ cnt#12 ] ( main:2::inccnt:5 [ cnt#12 ] main:2::inccnt:8 [ cnt#12 ] )
[13] (byte) cnt#13 ← ++ (byte) cnt#12 [ cnt#13 ] ( main:2::inccnt:5 [ cnt#13 ] main:2::inccnt:8 [ cnt#13 ] )
to:inccnt::@return
inccnt::@return: scope:[inccnt] from inccnt
[14] return [ cnt#13 ] ( main:2::inccnt:5 [ cnt#13 ] main:2::inccnt:8 [ cnt#13 ] )
2017-08-12 16:30:21 +00:00
to:@return