Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocFast.cpp734 SmallSet<unsigned, 8> ThroughRegs; in handleThroughOperands() local
742 if (ThroughRegs.insert(Reg).second) in handleThroughOperands()
756 if (ThroughRegs.count(PhysRegState[*AI])) in handleThroughOperands()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp717 SmallSet<unsigned, 8> ThroughRegs; in handleThroughOperands() local
726 if (ThroughRegs.insert(Reg).second) in handleThroughOperands()
741 if (ThroughRegs.count(PhysRegState[*AI])) in handleThroughOperands()