HomeSort by: relevance | last modified time | path
    Searched defs:DbgValue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DbgEntityHistoryCalculator.h 77 enum EntryKind { DbgValue, Clobber };
87 bool isDbgValue() const { return getEntryKind() == DbgValue; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PostRASchedulerList.cpp 695 MachineInstr *DbgValue = P.first;
697 BB->splice(++OrigPrivMI, BB, DbgValue);
LiveDebugVariables.cpp 306 /// Insert a DBG_VALUE into MBB at Idx for DbgValue.
308 SlotIndex StopIdx, DbgVariableValue DbgValue,
396 const DbgVariableValue &DbgValue = I.value();
397 if (DbgValue.containsLocNo(LocNo))
404 const DbgVariableValue &DbgValue = I.value();
405 if (DbgValue.hasLocNoGreaterThan(LocNo))
406 I.setValueUnchecked(DbgValue.decrementLocNosAfterPivot(LocNo));
419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr);
423 I.insert(Idx, Idx.getNextSlot(), std::move(DbgValue));
426 I.setValue(std::move(DbgValue));
    [all...]
MachineScheduler.cpp 916 MachineInstr *DbgValue = P.first;
918 if (&*RegionBegin == DbgValue)
920 BB->splice(++OrigPrevMI, BB, DbgValue);
922 RegionEnd = DbgValue;

Completed in 30 milliseconds