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

  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 117 !MRI->hasOneNonDBGUse(Reg))
128 !MRI->hasOneNonDBGUse(Reg))
236 bool AccKill = MRI->hasOneNonDBGUse(AccReg);
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 118 !MRI->hasOneNonDBGUse(SrcReg))
306 if (MRI->hasOneNonDBGUse(Reg))
MachineRegisterInfo.cpp 165 bool MachineRegisterInfo::hasOneNonDBGUse(unsigned RegNo) const {
LiveRangeEdit.cpp 256 (MI->isCopy() || MOI->isDef() || MRI.hasOneNonDBGUse(Reg) ||
MachineCSE.cpp 121 if (!MRI->hasOneNonDBGUse(Reg))
RegAllocFast.cpp 552 MRI->hasOneNonDBGUse(VirtReg)) {
    [all...]
MachineLICM.cpp 662 return MO.isKill() || MRI->hasOneNonDBGUse(MO.getReg());
    [all...]
TwoAddressInstructionPass.cpp 478 if (!MRI->hasOneNonDBGUse(Reg))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 167 /// hasOneNonDBGUse - Return true if there is exactly one non-Debug
169 bool hasOneNonDBGUse(unsigned RegNo) const;

Completed in 1023 milliseconds