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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp890 SmallSet<Register, 8> ThroughRegs; local
898 if (ThroughRegs.insert(Reg).second)
913 if (ThroughRegs.count(PhysRegState[*AI]))

Completed in 102 milliseconds