Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h110 unsigned IsDeadOrKill : 1; variable
387 return IsDeadOrKill & IsDef; in isDead()
392 return IsDeadOrKill & !IsDef; in isKill()
503 IsDeadOrKill = Val;
508 IsDeadOrKill = Val;
803 Op.IsDeadOrKill = isKill | isDead;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineOperand.cpp106 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
261 IsDeadOrKill = isKill | isDead; in ChangeToRegister()