Searched refs:DbgValue (Results 1 – 4 of 4) sorted by relevance
96 void initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() argument101 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()
678 MachineInstr *DbgValue = P.first; in EmitSchedule() local680 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
822 MachineInstr *DbgValue = P.first; in placeDebugValues() local824 if (&*RegionBegin == DbgValue) in placeDebugValues()826 BB->splice(++OrigPrevMI, BB, DbgValue); in placeDebugValues()828 RegionEnd = DbgValue; in placeDebugValues()
1078 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local1080 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()