Searched refs:isSafeToDefRegAt (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ReachingDefAnalysis.h | 234 bool isSafeToDefRegAt(MachineInstr *MI, MCRegister PhysReg) const; 239 bool isSafeToDefRegAt(MachineInstr *MI, MCRegister PhysReg,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 680 bool ReachingDefAnalysis::isSafeToDefRegAt(MachineInstr *MI, in isSafeToDefRegAt() function in ReachingDefAnalysis 683 return isSafeToDefRegAt(MI, PhysReg, Ignore); in isSafeToDefRegAt() 686 bool ReachingDefAnalysis::isSafeToDefRegAt(MachineInstr *MI, MCRegister PhysReg, in isSafeToDefRegAt() function in ReachingDefAnalysis
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 1441 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore); in RevertLoopDec()
|