Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12465 bool deadCPSR = false; in AdjustInstrPostInstrSelection() local
12472 deadCPSR = true; in AdjustInstrPostInstrSelection()
12481 assert(deadCPSR == !Node->hasAnyUseOfValue(1) && "inconsistent dead flag"); in AdjustInstrPostInstrSelection()
12482 if (deadCPSR) { in AdjustInstrPostInstrSelection()