Searched defs:LiveCPSR (Results 1 – 1 of 1) sorted by relevance
297 bool LiveCPSR, bool &HasCC, bool &CCDead) { in VerifyPredAndCC()529 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial()631 bool LiveCPSR, bool IsSelfLoop) { in ReduceTo2Addr()749 bool LiveCPSR, bool IsSelfLoop) { in ReduceToNarrow()858 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { in UpdateCPSRDef()874 static bool UpdateCPSRUse(MachineInstr &MI, bool LiveCPSR) { in UpdateCPSRUse()891 bool LiveCPSR, bool IsSelfLoop) { in ReduceMI()919 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR); in ReduceMBB() local