intermediate representation
data structure or code used internally by a compiler or virtual machine to represent source code. An IR is designed to be conducive for further processing, such as optimization and translation
A-normal form
intermediate representation of programs in functional compilers
static single assignment form
intermediate representation (IR) in which each variable is assigned exactly once, and every variable is defined before it is used
register transfer language
programming language for register-register data flow
continuation-passing style
programming style
Standard Portable Intermediate Representation
intermediate language for parallel compute and graphics by Khronos Group
DIANA
intermediate language
three address code
representation of intermediate code used by compilers