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 76 if (MRI->reg_nodbg_empty(Reg))
92 if (MRI->reg_nodbg_empty(VirtReg->reg)) {
142 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) {
VirtRegMap.cpp 245 if (MRI->reg_nodbg_empty(VirtReg))
436 if (!MRI->reg_nodbg_empty(*RegI))
442 if (MRI->reg_nodbg_empty(Reg))
CalcSpillWeights.cpp 37 if (MRI.reg_nodbg_empty(Reg))
LiveRangeEdit.cpp 313 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) {
LiveIntervalAnalysis.cpp 209 if (MRI->reg_nodbg_empty(Reg))
648 if (MRI->reg_nodbg_empty(Reg))
    [all...]
RegAllocPBQP.cpp 529 if (MRI.reg_nodbg_empty(Reg))
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 267 if (!MRI.reg_nodbg_empty(*i)) {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 342 /// reg_nodbg_empty - Return true if the only instructions using or defining
344 bool reg_nodbg_empty(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
    [all...]

Completed in 223 milliseconds