Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Allocatable

1051   bool Allocatable = LIS->isAllocatable(CP.getDstReg());
1057 if (!Allocatable && CP.isFlipped() && JoinVInt.containsOneValue())
1065 // Only coalesce to allocatable physreg, we don't want to risk modifying
1067 if (!Allocatable) {