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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 121 /// reg_nodbg_empty - Return true if the only instructions using or defining
123 bool reg_nodbg_empty(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 305 if (MRI->reg_nodbg_empty(VirtReg->reg)) {
350 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) {
VirtRegMap.cpp 351 if (!MRI->reg_nodbg_empty(Reg))
RegisterCoalescer.cpp     [all...]
LiveIntervalAnalysis.cpp     [all...]

Completed in 571 milliseconds