Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp4950 SmallVector<DbgVariableRecord *, 2> DVRClones; in tryToSinkInstructionDbgVariableRecords() local
4977 DVRClones.emplace_back(DVR->clone()); in tryToSinkInstructionDbgVariableRecords()
4978 LLVM_DEBUG(dbgs() << "CLONE: " << *DVRClones.back() << '\n'); in tryToSinkInstructionDbgVariableRecords()
4982 if (DVRClones.empty()) in tryToSinkInstructionDbgVariableRecords()
4997 for (DbgVariableRecord *DVRClone : DVRClones) { in tryToSinkInstructionDbgVariableRecords()