Searched defs:DbgValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp699 MachineInstr *DbgValue = P.first; local
701 BB->splice(++OrigPrivMI, BB, DbgValue);
H A DMachineScheduler.cpp833 MachineInstr *DbgValue = P.first; local
835 if (&*RegionBegin == DbgValue)
837 BB->splice(++OrigPrevMI, BB, DbgValue);
839 RegionEnd = DbgValue;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGInstrs.cpp691 MachineInstr *DbgValue = P.first; local
693 BB->insertAfter(OrigPrivMI, DbgValue);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h94 void initializeDbgValue(const MachineInstr *DbgValue) { argument
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())

Completed in 197 milliseconds