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

  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 58 void UpdateDbgValue(MachineInstr &MI, unsigned OldReg, unsigned NewReg) {
CriticalAntiDepBreaker.cpp 651 UpdateDbgValue(*DVI->first, AntiDepReg, NewReg);
AggressiveAntiDepBreaker.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AntiDepBreaker.h 60 /// UpdateDbgValue - Update DBG_VALUE if dependency breaker is updating
62 void UpdateDbgValue(MachineInstr *MI, unsigned OldReg, unsigned NewReg) {
CriticalAntiDepBreaker.cpp 633 UpdateDbgValue(DVI->first, AntiDepReg, NewReg);
AggressiveAntiDepBreaker.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AntiDepBreaker.h 60 void UpdateDbgValue(MachineInstr &MI, unsigned OldReg, unsigned NewReg) {
77 UpdateDbgValue(*DbgMI, OldReg, NewReg);

Completed in 746 milliseconds