HomeSort by relevance Sort by last modified time
    Searched refs:reg_empty (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 265 /// reg_empty - Return true if there are no instructions using or defining the
267 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } function in class:llvm::MachineRegisterInfo
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 249 if (!MRI->reg_empty(*Supers))
260 if (!MRI->isReserved(Reg) && !MRI->reg_empty(Reg))
    [all...]

Completed in 122 milliseconds