Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4890 SmallVector<DbgVariableRecord *> DbgVariableRecordsToSink; in tryToSinkInstructionDbgVariableRecords() local
4893 DbgVariableRecordsToSink.push_back(DVR); in tryToSinkInstructionDbgVariableRecords()
4902 llvm::stable_sort(DbgVariableRecordsToSink, Order); in tryToSinkInstructionDbgVariableRecords()
4909 if (DbgVariableRecordsToSink.size() > 1) { in tryToSinkInstructionDbgVariableRecords()
4912 for (DbgVariableRecord *DVR : DbgVariableRecordsToSink) { in tryToSinkInstructionDbgVariableRecords()
4952 for (DbgVariableRecord *DVR : DbgVariableRecordsToSink) { in tryToSinkInstructionDbgVariableRecords()