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 123 !MRI->hasOneNonDBGUse(SrcReg))
307 if (MRI->hasOneNonDBGUse(Reg))
MachineRegisterInfo.cpp 175 bool MachineRegisterInfo::hasOneNonDBGUse(unsigned RegNo) const {
LiveRangeEdit.cpp 238 (MI->isCopy() || MOI->isDef() || MRI.hasOneNonDBGUse(Reg) ||
MachineCSE.cpp 128 if (!MRI->hasOneNonDBGUse(Reg))
MachineLICM.cpp 773 return MO.isKill() || MRI->hasOneNonDBGUse(MO.getReg());
    [all...]
RegAllocFast.cpp 586 MRI->hasOneNonDBGUse(VirtReg)) {
    [all...]
TwoAddressInstructionPass.cpp 520 if (!MRI->hasOneNonDBGUse(Reg))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 204 /// hasOneNonDBGUse - Return true if there is exactly one non-Debug
206 bool hasOneNonDBGUse(unsigned RegNo) const;

Completed in 98 milliseconds