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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 311 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
423 // Call HandlePhysRegKill() for all live registers clobbered by Mask.
439 HandlePhysRegKill(Super, nullptr);
472 HandlePhysRegKill(Reg, MI);
479 HandlePhysRegKill(SubReg, MI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 310 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
451 HandlePhysRegKill(Reg, MI);
458 HandlePhysRegKill(SubReg, MI);

Completed in 56 milliseconds