enum SpillPlacement::BorderConstraint

Description

BorderConstraint - A basic block has separate constraints for entry and exit.

Declared at: llvm/lib/CodeGen/SpillPlacement.h:80

Enumerators

NameValueComment
DontCare0Block doesn't care / variable not live.
PrefReg1Block entry/exit prefers a register.
PrefSpill2Block entry/exit prefers a stack slot.
PrefBoth3Block entry prefers both register and stack.
MustSpill4A register is impossible, variable must be spilled.