Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp330 bool IsZeroMove = ZeroRegisters[RS.getRegisterID()]; in tryEliminateMove() local
331 if (RMT.AllowZeroMoveEliminationOnly && !IsZeroMove) in tryEliminateMove()
353 if (IsZeroMove) { in tryEliminateMove()