pub type BranchInfo = GenBranchInfo<StatementIdx>;
Aliased Type§
struct BranchInfo {
pub target: GenBranchTarget<StatementIdx>,
pub results: Vec<VarId>,
}
Fields§
§target: GenBranchTarget<StatementIdx>
The target the branch continues the run through.
results: Vec<VarId>
The resulting identifiers from the libfunc call.