Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h109 unsigned IsDeadOrKill : 1; variable
386 return IsDeadOrKill & IsDef; in isDead()
391 return IsDeadOrKill & !IsDef; in isKill()
512 IsDeadOrKill = Val;
517 IsDeadOrKill = Val;
812 Op.IsDeadOrKill = isKill | isDead;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp104 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
264 IsDeadOrKill = isKill | isDead; in ChangeToRegister()