Home
last modified time | relevance | path

Searched refs:AllocatableSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.h46 const BitVector AllocatableSet; variable
H A DPrologEpilogInserter.cpp1227 const BitVector AllocatableSet(TRI.getAllocatableSet(MF)); in insertZeroCallUsedRegs()
1243 if (AllocatableSet[Reg.id()] && !MO.isImplicit() && in insertZeroCallUsedRegs()
1255 for (MCRegister Reg : AllocatableSet.set_bits()) { in insertZeroCallUsedRegs()
1222 const BitVector AllocatableSet(TRI.getAllocatableSet(MF)); insertZeroCallUsedRegs() local