Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp888 MCRegUnitIterator CCUnit(SystemZ::CC, TRI); in foldMemoryOperandImpl() local
889 LiveRange &CCLiveRange = LIS->getRegUnit(*CCUnit); in foldMemoryOperandImpl()
890 ++CCUnit; in foldMemoryOperandImpl()
891 assert (!CCUnit.isValid() && "CC only has one reg unit."); in foldMemoryOperandImpl()