Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h110 unsigned IsDeadOrKill : 1; variable
395 return IsDeadOrKill & IsDef; in isDead()
400 return IsDeadOrKill & !IsDef; in isKill()
522 IsDeadOrKill = Val;
527 IsDeadOrKill = Val;
854 Op.IsDeadOrKill = isKill | isDead;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp111 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
310 IsDeadOrKill = isKill | isDead; in ChangeToRegister()