Companion
object Companion
Properties
Link copied to clipboard
val allPhiOperations: List<L2_PHI_PSEUDO_OPERATION<out L2Register, out L2ReadOperand<out L2Register>, out L2WriteOperand<out L2Register>, out L2ReadVectorOperand<out L2Register, out L2ReadOperand<out L2Register>>>>
The collection of phi operations, one per RegisterKind.
Link copied to clipboard
val boxed: L2_PHI_PSEUDO_OPERATION<L2BoxedRegister, L2ReadBoxedOperand, L2WriteBoxedOperand, L2ReadBoxedVectorOperand>
Initialize the instance used for merging boxed values.
Link copied to clipboard
val unboxedFloat: L2_PHI_PSEUDO_OPERATION<L2FloatRegister, L2ReadFloatOperand, L2WriteFloatOperand, L2ReadFloatVectorOperand>
Initialize the instance used for merging boxed values.
Link copied to clipboard
val unboxedInt: L2_PHI_PSEUDO_OPERATION<L2IntRegister, L2ReadIntOperand, L2WriteIntOperand, L2ReadIntVectorOperand>
Initialize the instance used for merging boxed values.