Searched refs:AllocSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp391 BitVector AllocSet = TRI.getAllocatableSet(MF); local
393 for (unsigned R : AllocSet.set_bits())
395 AllocSet.set(*AI);
397 AllocSet.set(Mips::ZERO);
398 AllocSet.set(Mips::ZERO_64);
400 Defs |= AllocSet.flip();

Completed in 51 milliseconds