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

/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp326 BitVector AllocSet = TRI.getAllocatableSet(MF); local
328 for (int R = AllocSet.find_first(); R != -1; R = AllocSet.find_next(R))
330 AllocSet.set(*AI);
332 AllocSet.set(Mips::ZERO);
333 AllocSet.set(Mips::ZERO_64);
335 Defs |= AllocSet.flip();

Completed in 87 milliseconds