Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2065 bool IsLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
2066 if (!IsLiveIn) in spillCalleeSavedRegisters()
2105 TII.storeRegToStackSlot(MBB, MI, Reg, !IsLiveIn, in spillCalleeSavedRegisters()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1568 bool IsLiveIn = MF.getRegInfo().isLiveIn(Reg); in getPrologueDeath() local
1569 return getKillRegState(!IsLiveIn); in getPrologueDeath()