Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1015 MCRegUnitIterator CCUnit(MCRegister::from(SystemZ::CC), TRI); in foldMemoryOperandImpl() local
1021 CCLiveRange = &LIS->getRegUnit(*CCUnit); in foldMemoryOperandImpl()
1024 ++CCUnit; in foldMemoryOperandImpl()
1025 assert(!CCUnit.isValid() && "CC only has one reg unit."); in foldMemoryOperandImpl()