Searched refs:CCLiveRange (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1004 LiveRange *CCLiveRange = nullptr; local
1008 CCLiveRange = &LIS->getRegUnit(*CCUnit);
1009 CCLiveAtMI = CCLiveRange->liveAt(MISlot);
1024 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator());
1297 if (CCLiveRange)
1298 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator());

Completed in 95 milliseconds