func.InlinePolicy enum¶
Author inline policy. Absent (0) leaves the edge to the current pass.
Cases¶
| Keyword | Value | Description |
|---|---|---|
inline |
1 | Require inlining at the current IR stage. |
noinline |
2 | Preserve the callable boundary. |
Used by¶
func.call.inline_policyfunc.decl.inline_policyfunc.def.inline_policyfunc.template.inline_policyfunc.ukernel.inline_policy