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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 94 void initializeDbgValue(const MachineInstr *DbgValue) {
99 assert(Var == DbgValue->getDebugVariable() && "Wrong variable");
100 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
102 MInsn = DbgValue;
103 if (auto *E = DbgValue->getDebugExpression())
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 699 MachineInstr *DbgValue = P.first;
701 BB->splice(++OrigPrivMI, BB, DbgValue);
MachineScheduler.cpp 833 MachineInstr *DbgValue = P.first;
835 if (&*RegionBegin == DbgValue)
837 BB->splice(++OrigPrevMI, BB, DbgValue);
839 RegionEnd = DbgValue;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 691 MachineInstr *DbgValue = P.first;
693 BB->insertAfter(OrigPrivMI, DbgValue);
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]

Completed in 173 milliseconds