Home
last modified time | relevance | path

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

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