Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp706 SmallSet<unsigned, 8> ThroughRegs; in handleThroughOperands() local
715 if (ThroughRegs.insert(Reg).second) in handleThroughOperands()
730 if (ThroughRegs.count(PhysRegState[*AI])) in handleThroughOperands()