Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineOperand.h110 unsigned IsDeadOrKill : 1; variable
396 return IsDeadOrKill & IsDef; in isDead()
401 return IsDeadOrKill & !IsDef; in isKill()
522 IsDeadOrKill = Val;
527 IsDeadOrKill = Val;
849 Op.IsDeadOrKill = isKill | isDead;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOperand.cpp112 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
298 IsDeadOrKill = isKill | isDead; in ChangeToRegister()