Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp30 Changed = Changed || !MRI.reg_empty(E.first); in doVRegRenaming()
H A DLiveIntervals.cpp293 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
312 if (!MRI->reg_empty(Reg)) in computeRegUnitRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp442 if (!MRI->reg_empty(Reg)) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h323 bool reg_empty(Register RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function