Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp983 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { in UpdateCPSRDef() argument
991 DefCPSR = true; in UpdateCPSRDef()
1114 bool DefCPSR = false; in ReduceMBB() local
1115 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR); in ReduceMBB()
1121 } else if (DefCPSR) { in ReduceMBB()