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

  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 74 LivePhysRegs[Reg] : !MRI->use_nodbg_empty(Reg)) {
MachineSink.cpp 150 if (MRI->use_nodbg_empty(Reg))
PHIElimination.cpp 136 if (MRI->use_nodbg_empty(DefReg))
MachineLICM.cpp     [all...]
TwoAddressInstructionPass.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 161 /// use_nodbg_empty - Return true if there are no non-Debug instructions
163 bool use_nodbg_empty(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo

Completed in 40 milliseconds