Module phi
come
0.1.0
Module phi
Structs
Functions
In come::ir::function::statement
Modules
alloca
branch
calculate
call
jump
load
load_field
phi
ret
set_field
store
Macros
variant
Structs
Alloca
Jump
Load
Ret
SetField
Store
Enums
IRStatement
Traits
IsIRStatement
Functions
parse
?
Settings
Module
come
::
ir
::
function
::
statement
::
phi
Copy item path
source
·
[
−
]
Expand description
Data structure, parser and ir generator for
phi
statement.
Structs
§
Phi
Phi
instruction.
PhiSource
Phi
’s source.
Functions
§
parse
Parse ir code to get a
Phi
instruction.
parse_phi_source
🔒