Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1005 MCRegUnitIterator CCUnit(MCRegister::from(SystemZ::CC), TRI); in foldMemoryOperandImpl() local
1011 CCLiveRange = &LIS->getRegUnit(*CCUnit); in foldMemoryOperandImpl()
1014 ++CCUnit; in foldMemoryOperandImpl()
1015 assert(!CCUnit.isValid() && "CC only has one reg unit."); in foldMemoryOperandImpl()