Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/ARM/
HDThumb2SizeReduction.cpp859 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { in UpdateCPSRDef() argument
868 DefCPSR = true; in UpdateCPSRDef()
985 bool DefCPSR = false; in ReduceMBB() local
986 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR); in ReduceMBB()
992 } else if (DefCPSR) { in ReduceMBB()