Skip to content

Lexicon Entry

PHI Node

An SSA construct that selects a value based on which predecessor basic block control flow came from. Necessary because in SSA form each variable has exactly one definition.