Searched refs:DbgValue (Results 1 – 8 of 8) sorted by relevance
55 enum EntryKind { DbgValue, Clobber }; enumerator65 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
155 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local158 BasicBlock *UserBB = DbgValue->getParent(); in RewriteUsesOfClonedInstructions()173 DbgValue->setOperand(0, in RewriteUsesOfClonedInstructions()
1341 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local1343 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
259 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() argument263 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()264 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue()267 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue)); in initializeDbgValue()268 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()1343 const MachineInstr *DbgValue, in validThroughout() argument1345 assert(DbgValue->getDebugLoc() && "DBG_VALUE without a debug location"); in validThroughout()1346 auto MBB = DbgValue->getParent(); in validThroughout()1347 auto DL = DbgValue->getDebugLoc(); in validThroughout()1361 MachineBasicBlock::const_reverse_iterator Pred(DbgValue); in validThroughout()[all …]
68 Entries.emplace_back(&MI, Entry::DbgValue); in startDbgValue()
166 void initializeDbgValue(const MachineInstr *DbgValue);
697 MachineInstr *DbgValue = P.first; in EmitSchedule() local699 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
899 MachineInstr *DbgValue = P.first; in placeDebugValues() local901 if (&*RegionBegin == DbgValue) in placeDebugValues()903 BB->splice(++OrigPrevMI, BB, DbgValue); in placeDebugValues()905 RegionEnd = DbgValue; in placeDebugValues()