Lines Matching refs:threshold
5 declare void @extern() "call-threshold-bonus"="31"
7 define void @fn1() "function-inline-cost"="321" "function-inline-threshold"="123" "call-inline-cost…
12 define void @fn2() "function-inline-threshold"="41" {
15 ; INLINER-NEXT: NOT Inlining (cost=321, threshold=123), Call: call void @fn1()
16 ; INLINER-NEXT: NOT Inlining (cost=963, threshold=123), Call: call void @fn1()
17 ; INLINER-NEXT: NOT Inlining (cost=321, threshold=321), Call: call void @fn1()
18 ; INLINER-NEXT: NOT Inlining (cost=197, threshold=123), Call: call void @fn1()
19 ; INLINER-NEXT: Inlining (cost=197, threshold=321), Call: call void @fn1()
23 ; COST-NEXT: threshold delta = 31
25 ; COST-NEXT: cost delta = 132, threshold delta = 193
27 ; COST-NEXT: cost delta = 132, threshold delta = 193
31 ; COST-NEXT: cost delta = 271, threshold delta = 17
38 call void @fn1() "call-inline-cost"="132" "call-threshold-bonus"="193"
39 …call void @fn1() "call-inline-cost"="132" "call-threshold-bonus"="193" "function-inline-cost-multi…
40 call void @fn1() "call-inline-cost"="0" "function-inline-threshold"="321"
41 call void @fn1() "call-threshold-bonus"="17" "function-inline-cost"="197"
42 …call void @fn1() "call-inline-cost"="473" "function-inline-cost"="197" "function-inline-threshold"…
49 ; INLINER-NEXT: Inlining (cost=386, threshold=849), Call: call void @fn1()
51 ; INLINER-NEXT: NOT Inlining (cost=535, threshold=41), Call: call void @fn2()
54 call void @fn1() "function-inline-cost"="386" "function-inline-threshold"="849"