Comment # 12 on bug 1202027 from
>  ;; Function htab_find_slot_with_hash (htab_find_slot_with_hash,
> funcdef_no=42, decl_uid=3888, cgraph_uid=43, symbol_order=45)

Sorry, the it's the other function:

 00000000017ca980 <htab_find_with_hash>:
  17ca980:      f3 0f 1e fa             endbr64 
  17ca984:      41 57                   push   %r15
  17ca986:      41 89 d7                mov    %edx,%r15d
...
- 17ca9e9:      74 7d                   je     17caa68
<htab_find_with_hash+0xe8>
- 17ca9eb:      4c 89 fd                mov    %r15,%rbp
- 17ca9ee:      49 83 fc 01             cmp    $0x1,%r12
- 17ca9f2:      0f 84 9a 2e c0 ff       je     13cd892
<htab_find_with_hash.cold>
- 17ca9f8:      48 8b 74 24 08          mov    0x8(%rsp),%rsi
- 17ca9fd:      4c 89 e7                mov    %r12,%rdi
- 17caa00:      ff 53 08                call   *0x8(%rbx)
...
+ 17ca9e9:      0f 84 a7 00 00 00       je     17caa96
<htab_find_with_hash+0x116>
+ 17ca9ef:      4c 89 fd                mov    %r15,%rbp
+ 17ca9f2:      49 83 fc 01             cmp    $0x1,%r12
+ 17ca9f6:      0f 84 96 2e c0 ff       je     13cd892
<htab_find_with_hash.cold>
+ 17ca9fc:      48 8b 74 24 08          mov    0x8(%rsp),%rsi
+ 17caa01:      4c 89 e7                mov    %r12,%rdi
+ 17caa04:      ff 53 08                call   *0x8(%rbx)

 ;; Function htab_find_with_hash (htab_find_with_hash, funcdef_no=40,
decl_uid=3883, cgraph_uid=41, symbol_order=43)
...
-Read edge from 2 to 6, count:1087496
-Read edge from 3 to 4, count:1260321
+Read edge from 2 to 6, count:1073612
+Read edge from 3 to 4, count:1274205
 Read edge from 3 to 7, count:0
-Read edge from 6 to 16, count:1094121
-Read edge from 7 to 9, count:1253696
-Read edge from 9 to 10, count:1554041
-Read edge from 12 to 13, count:1811617
+Read edge from 6 to 16, count:1079516
+Read edge from 7 to 9, count:1268301
+Read edge from 9 to 10, count:1532230
+Read edge from 12 to 13, count:1854264
 Read edge from 12 to 8, count:0
-Read edge from 14 to 15, count:12809
-Read edge from 15 to 16, count:1253696
+Read edge from 14 to 15, count:13530
+Read edge from 15 to 16, count:1268301


You are receiving this mail because: