reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 | # RUN: llc -mtriple=wasm32-unknown-unknown -run-pass wasm-cfg-stackify %s -o - | FileCheck %s # CHECK-LABEL: function_property_test # CHECK: machineFunctionInfo: # CHECK: isCFGStackified: true name: function_property_test liveins: - { reg: '$arguments' } body: | bb.0: RETURN implicit-def dead $arguments ... |