Lines Matching defs:DbgVariableRecords
4910 SmallVector<DbgVariableRecord *, 2> DbgVariableRecords;
4911 findDbgUsers(DbgUsers, I, &DbgVariableRecords);
4914 if (!DbgVariableRecords.empty())
4916 DbgVariableRecords);
4992 SmallVectorImpl<DbgVariableRecord *> &DbgVariableRecords) {
4996 // Fetch all DbgVariableRecords not already in the destination.
4998 for (auto &DVR : DbgVariableRecords)
5002 // Fetch a second collection, of DbgVariableRecords in the source block that
5009 // Sort DbgVariableRecords according to their position in the block. This is a
5010 // partial order: DbgVariableRecords attached to different instructions will
5011 // be ordered by the instruction order, but DbgVariableRecords attached to the
5062 // Perform cloning of the DbgVariableRecords that we plan on sinking, filter