Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h106 unsigned IsDeadOrKill : 1; variable
376 return IsDeadOrKill & IsDef; in isDead()
381 return IsDeadOrKill & !IsDef; in isKill()
492 IsDeadOrKill = Val;
497 IsDeadOrKill = Val;
768 Op.IsDeadOrKill = isKill | isDead;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp102 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
239 IsDeadOrKill = isKill | isDead; in ChangeToRegister()