Searched refs:DefCPSR (Results 1 – 1 of 1) sorted by relevance
982 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { in UpdateCPSRDef() argument990 DefCPSR = true; in UpdateCPSRDef()1108 bool DefCPSR = false; in ReduceMBB() local1109 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR); in ReduceMBB()1115 } else if (DefCPSR) { in ReduceMBB()