Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/ARM/
HDARMLoadStoreOptimizer.cpp595 static bool definesCPSR(MachineInstr *MI) { in definesCPSR() function
639 return CheckCPSRDef ? !definesCPSR(MI) : true; in isMatchingDecrement()
672 return CheckCPSRDef ? !definesCPSR(MI) : true; in isMatchingIncrement()
HDARMISelLowering.cpp8030 bool definesCPSR = false; in AdjustInstrPostInstrSelection() local
8036 definesCPSR = true; in AdjustInstrPostInstrSelection()
8043 if (!definesCPSR) { in AdjustInstrPostInstrSelection()