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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp698 SmallSet<unsigned, 8> ThroughRegs; local
707 if (ThroughRegs.insert(Reg))
722 if (ThroughRegs.count(PhysRegState[*AI]))

Completed in 42 milliseconds