sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
FlowAnalyzer
d
semantic
flow
Undocumented in source.
struct
FlowAnalyzer {
this
(SemanticPass pass, Function f);
uint
[
Variable
]
getClosure
();
void
visit
(BasicBlockRef b);
}
Constructors
this
this
(SemanticPass pass, Function f)
Undocumented in source.
Alias This
pass
Members
Functions
getClosure
uint
[
Variable
]
getClosure
()
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void
visit
(BasicBlockRef b)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
semantic
flow
structs
FlowAnalyzer