Searched refs:isSafeToDefRegAt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 278 bool isSafeToDefRegAt(MachineInstr *MI, Register Reg) const; 283 bool isSafeToDefRegAt(MachineInstr *MI, Register Reg, InstSet &Ignore) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 769 bool ReachingDefAnalysis::isSafeToDefRegAt(MachineInstr *MI, in isSafeToDefRegAt() function in ReachingDefAnalysis 772 return isSafeToDefRegAt(MI, Reg, Ignore); in isSafeToDefRegAt() 775 bool ReachingDefAnalysis::isSafeToDefRegAt(MachineInstr *MI, Register Reg, in isSafeToDefRegAt() function in ReachingDefAnalysis
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 1435 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore); in RevertLoopDec()
|