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

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 72 if (MRI->reg_nodbg_empty(Reg))
88 if (MRI->reg_nodbg_empty(VirtReg->reg)) {
133 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) {
VirtRegMap.cpp 240 if (MRI->reg_nodbg_empty(VirtReg))
357 if (!MRI->reg_nodbg_empty(Reg))
CalcSpillWeights.cpp 54 if (MRI.reg_nodbg_empty(Reg))
LiveRangeEdit.cpp 319 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) {
RegAllocPBQP.cpp 454 if (mri->reg_nodbg_empty(Reg))
LiveIntervalAnalysis.cpp 191 if (MRI->reg_nodbg_empty(Reg))
523 if (MRI->reg_nodbg_empty(Reg))
    [all...]
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 165 if (!MRI.reg_nodbg_empty(*i)) {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 200 /// reg_nodbg_empty - Return true if the only instructions using or defining
202 bool reg_nodbg_empty(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo

Completed in 250 milliseconds