Home
last modified time | relevance | path

Searched refs:DbgValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h96 void initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() argument
101 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
102 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue()
104 MInsn = DbgValue; in initializeDbgValue()
105 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp678 MachineInstr *DbgValue = P.first; in EmitSchedule() local
680 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
DMachineScheduler.cpp822 MachineInstr *DbgValue = P.first; in placeDebugValues() local
824 if (&*RegionBegin == DbgValue) in placeDebugValues()
826 BB->splice(++OrigPrevMI, BB, DbgValue); in placeDebugValues()
828 RegionEnd = DbgValue; in placeDebugValues()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1078 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
1080 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()