Searched refs:DbgValue (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h55 enum EntryKind { DbgValue, Clobber }; enumerator in enum:llvm::DbgValueHistoryMap::Entry::EntryKind
65 bool isDbgValue() const { return getEntryKind() == DbgValue; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp155 for (auto &DbgValue : DbgValues) {
158 BasicBlock *UserBB = DbgValue->getParent();
173 DbgValue->setOperand(0,
H A DLocal.cpp1341 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( local
1343 DbgValue->insertAfter(LI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp697 MachineInstr *DbgValue = P.first; local
699 BB->splice(++OrigPrivMI, BB, DbgValue);
H A DMachineScheduler.cpp899 MachineInstr *DbgValue = P.first; local
901 if (&*RegionBegin == DbgValue)
903 BB->splice(++OrigPrevMI, BB, DbgValue);
905 RegionEnd = DbgValue;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp68 Entries.emplace_back(&MI, Entry::DbgValue);
H A DDwarfDebug.cpp259 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) {
263 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable");
264 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() &&
267 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue));
268 if (auto *E = DbgValue->getDebugExpression())
1343 const MachineInstr *DbgValue,
1345 assert(DbgValue->getDebugLoc() && "DBG_VALUE without a debug location");
1346 auto MBB = DbgValue->getParent();
1347 auto DL = DbgValue->getDebugLoc();
1361 MachineBasicBlock::const_reverse_iterator Pred(DbgValue);
[all...]
H A DDwarfDebug.h166 void initializeDbgValue(const MachineInstr *DbgValue);

Completed in 413 milliseconds