Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1076 MCRegUnitIterator CCUnit(SystemZ::CC, TRI); in foldMemoryOperandImpl() local
1077 LiveRange &CCLiveRange = LIS->getRegUnit(*CCUnit); in foldMemoryOperandImpl()
1078 ++CCUnit; in foldMemoryOperandImpl()
1079 assert(!CCUnit.isValid() && "CC only has one reg unit."); in foldMemoryOperandImpl()