Lines Matching refs:nested
4 // Check that trivially dead and trivially live non-nested cases are handled.
11 // CHECK-NOT: func nested @dead_nested_function
12 func nested @dead_nested_function()
17 // CHECK: func nested @live_nested_function
18 func nested @live_nested_function()
28 // Check that we don't DCE nested symbols if they are used.
29 // CHECK-LABEL: module attributes {test.nested}
30 module attributes {test.nested} {
33 // CHECK-NOT: func nested @dead_nested_function
34 func nested @dead_nested_function()
39 // CHECK: func nested @nested_function
40 func nested @nested_function() {
56 // NESTED: func nested @nested_function
57 func nested @nested_function()
60 module @nested_module attributes { sym_visibility = "nested" } {
61 // NESTED: func nested @nested_function
62 func nested @nested_function()
68 // NESTED-NOT: func nested @nested_function
69 func nested @nested_function()