mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-06-10 16:24:11 +09:00
114 lines
3.0 KiB
Plaintext
114 lines
3.0 KiB
Plaintext
|
|
Analyzing function: WIPER_CMD/0
|
|
;; 1 loops found
|
|
;;
|
|
;; Loop 0
|
|
;; header 0, latch 1
|
|
;; depth 0, outer -1
|
|
;; nodes: 0 1 2 3 4 5 6 7 8 9 10
|
|
;; 2 succs { 3 4 }
|
|
;; 3 succs { 10 }
|
|
;; 4 succs { 5 6 }
|
|
;; 5 succs { 10 }
|
|
;; 6 succs { 7 8 }
|
|
;; 7 succs { 10 }
|
|
;; 8 succs { 9 10 }
|
|
;; 9 succs { 10 }
|
|
;; 10 succs { 1 }
|
|
|
|
Analyzing function body size: WIPER_CMD
|
|
|
|
IPA function summary for WIPER_CMD/0 inlinable
|
|
global time: 6.951852
|
|
self size: 15
|
|
global size: 0
|
|
min size: 0
|
|
self stack: 0
|
|
global stack: 0
|
|
size:0.000000, time:0.000000
|
|
size:3.000000, time:2.000000, executed if:(not inlined)
|
|
size:2.000000, time:2.000000, nonconst if:(op0 changed)
|
|
size:2.000000, time:1.000000, executed if:(op0 != 0), nonconst if:(op0 changed) && (op0 != 0)
|
|
size:2.000000, time:0.660000, executed if:(op0 != 1) && (op0 != 0), nonconst if:(op0 changed) && (op0 != 1) && (op0 != 0)
|
|
size:2.000000, time:0.435600, executed if:(op0 != 2) && (op0 != 1) && (op0 != 0), nonconst if:(op0 changed) && (op0 != 2) && (op0 != 1) && (op0 != 0)
|
|
size:1.000000, time:0.074052, executed if:(op0 == 3) && (op0 != 2) && (op0 != 1) && (op0 != 0)
|
|
size:1.000000, time:0.112200, executed if:(op0 == 2) && (op0 != 1) && (op0 != 0)
|
|
size:1.000000, time:0.170000, executed if:(op0 == 1) && (op0 != 0)
|
|
size:1.000000, time:0.500000, executed if:(op0 == 0)
|
|
calls:
|
|
|
|
Symbol table:
|
|
|
|
GV_WIPER_CMD/1 (GV_WIPER_CMD) @06c366c0
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: WIPER_CMD/0 (write)WIPER_CMD/0 (write)WIPER_CMD/0 (write)WIPER_CMD/0 (write)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
WIPER_CMD/0 (WIPER_CMD) @06c380e0
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References: GV_WIPER_CMD/1 (write)GV_WIPER_CMD/1 (write)GV_WIPER_CMD/1 (write)GV_WIPER_CMD/1 (write)
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741823 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
WIPER_CMD (int x)
|
|
{
|
|
<bb 2> [local count: 1073741823]:
|
|
# DEBUG BEGIN_STMT
|
|
if (x_2(D) == 0)
|
|
goto <bb 3>; [50.00%]
|
|
else
|
|
goto <bb 4>; [50.00%]
|
|
|
|
<bb 3> [local count: 536870911]:
|
|
# DEBUG BEGIN_STMT
|
|
GV_WIPER_CMD = 0;
|
|
goto <bb 10>; [100.00%]
|
|
|
|
<bb 4> [local count: 536870911]:
|
|
# DEBUG BEGIN_STMT
|
|
if (x_2(D) == 1)
|
|
goto <bb 5>; [34.00%]
|
|
else
|
|
goto <bb 6>; [66.00%]
|
|
|
|
<bb 5> [local count: 182536110]:
|
|
# DEBUG BEGIN_STMT
|
|
GV_WIPER_CMD = 1;
|
|
goto <bb 10>; [100.00%]
|
|
|
|
<bb 6> [local count: 354334802]:
|
|
# DEBUG BEGIN_STMT
|
|
if (x_2(D) == 2)
|
|
goto <bb 7>; [34.00%]
|
|
else
|
|
goto <bb 8>; [66.00%]
|
|
|
|
<bb 7> [local count: 120473832]:
|
|
# DEBUG BEGIN_STMT
|
|
GV_WIPER_CMD = 2;
|
|
goto <bb 10>; [100.00%]
|
|
|
|
<bb 8> [local count: 233860969]:
|
|
# DEBUG BEGIN_STMT
|
|
if (x_2(D) == 3)
|
|
goto <bb 9>; [34.00%]
|
|
else
|
|
goto <bb 10>; [66.00%]
|
|
|
|
<bb 9> [local count: 79512729]:
|
|
# DEBUG BEGIN_STMT
|
|
GV_WIPER_CMD = 3;
|
|
|
|
<bb 10> [local count: 1073741824]:
|
|
return;
|
|
|
|
}
|
|
|
|
|