You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
create a pass that puts all function nodes inside a vector. This makes it more reusable.
after that pass. We use the vector created by the first pass. to generate a list of the Function structure. We visit each function.
We store the corresponig node inside the function structure.