Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp515 static bool definesCPSR(MachineInstr *MI) { in definesCPSR() function
559 return CheckCPSRDef ? !definesCPSR(MI) : true; in isMatchingDecrement()
592 return CheckCPSRDef ? !definesCPSR(MI) : true; in isMatchingIncrement()
DARMISelLowering.cpp6988 bool definesCPSR = false; in AdjustInstrPostInstrSelection() local
6994 definesCPSR = true; in AdjustInstrPostInstrSelection()
7001 if (!definesCPSR) { in AdjustInstrPostInstrSelection()