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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 99 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD)
100 : Var(DbgValue->getDebugVariable()),
101 IA(DbgValue->getDebugLoc()->getInlinedAt()),
102 Expr(1, DbgValue->getDebugExpression()), TheDIE(nullptr),
103 DotDebugLocOffset(~0U), MInsn(DbgValue), DD(DD) {
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 675 MachineInstr *DbgValue = P.first;
677 BB->splice(++OrigPrivMI, BB, DbgValue);
MachineScheduler.cpp 812 MachineInstr *DbgValue = P.first;
814 if (&*RegionBegin == DbgValue)
816 BB->splice(++OrigPrevMI, BB, DbgValue);
818 RegionEnd = DbgValue;
    [all...]

Completed in 198 milliseconds