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 285 /// reg_empty - Return true if there are no instructions using or defining the
287 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } function in class:llvm::MachineRegisterInfo
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 263 if (!MRI->reg_empty(*Supers))
274 if (!MRI->isReserved(Reg) && !MRI->reg_empty(Reg))
    [all...]

Completed in 141 milliseconds