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

  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 84 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) {
MachineSink.cpp 211 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) {
224 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) {
LiveDebugVariables.cpp 613 for (MachineOperand &MO : MRI.use_nodbg_operands(LI->reg)) {
    [all...]
PeepholeOptimizer.cpp 358 for (MachineOperand &UseMO : MRI->use_nodbg_operands(SrcReg)) {
    [all...]
LiveIntervalAnalysis.cpp     [all...]
SplitKit.cpp 129 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg))
    [all...]
RegisterCoalescer.cpp 678 for (MachineOperand &MO : MRI->use_nodbg_operands(IntA.reg)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 476 use_nodbg_operands(unsigned Reg) const { function in class:llvm::MachineRegisterInfo
    [all...]

Completed in 497 milliseconds