Home
last modified time | relevance | path

Searched defs:IsKill (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp98 bool IsKill = false; in eliminateFI() local
DMips16RegisterInfo.cpp125 bool IsKill = false; in eliminateFI() local
DMipsSEFrameLowering.cpp234 bool IsKill = !IsRAAndRetAddrIsTaken; in spillCalleeSavedRegisters() local
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h92 bool IsKill : 1; variable