Home
last modified time | relevance | path

Searched defs:IsLive (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp115 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp106 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState