MCPcopy Create free account
hub / github.com/chc4/lineiform / BrCall

Class BrCall

tangle/src/node.rs:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 pub struct BrEntry; // "Block Entry"; header of a basic block, source of bb params
155 #[derive(Debug)]
156 pub struct BrCall; // "Block Call"; jump to a block entry, with arguments
157 #[derive(Debug)]
158 pub struct BrIf; // "Branch If"; jump to either the first or second block's entry, with arguments, depending on the switch value.
159 /// Tailcalls or jumps into native code are represented as Leave nodes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected