Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineRegisterInfo.h287 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveIntervalAnalysis.cpp263 if (!MRI->reg_empty(*Supers)) in computeRegUnitRange()
274 if (!MRI->isReserved(Reg) && !MRI->reg_empty(Reg)) in computeRegUnitRange()