Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h81 bool IsKill : 1; variable
269 return IsKill; in isKill()
357 IsKill = Val;
549 Op.IsKill = isKill;
/external/llvm/lib/CodeGen/
DMachineInstr.cpp179 IsKill = isKill; in ChangeToRegister()