Searched refs:SafeToClobberCPSR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp636 bool SafeToClobberCPSR = !isThumb1 || local
678 if (!SafeToClobberCPSR)
792 // above is also conditional on SafeToClobberCPSR.
793 if (isThumb1 && !SafeToClobberCPSR && Writeback && !BaseKill)

Completed in 97 milliseconds