Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h110 unsigned IsDeadOrKill : 1; variable
393 return IsDeadOrKill & IsDef; in isDead()
398 return IsDeadOrKill & !IsDef; in isKill()
519 IsDeadOrKill = Val;
524 IsDeadOrKill = Val;
842 Op.IsDeadOrKill = isKill | isDead;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp107 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
280 IsDeadOrKill = isKill | isDead; in ChangeToRegister()