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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 336 MachineInstr *LastPartDef = nullptr;
348 LastPartDef = Def;
398 if (LastPartDef)
400 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 335 MachineInstr *LastPartDef = 0;
347 LastPartDef = Def;
398 if (LastPartDef)
400 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/,

Completed in 57 milliseconds