Searched defs:AllocatableSet (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.h41 /// AllocatableSet - The set of allocatable registers.
44 const BitVector AllocatableSet; member in class:llvm::CriticalAntiDepBreaker
H A DMachineSink.cpp52 BitVector AllocatableSet; // Which physregs are allocatable? member in class:__anon9282::MachineSinking
232 AllocatableSet = TRI->getAllocatableSet(MF);

Completed in 234 milliseconds