Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5410 SmallVector<DbgVariableRecord *, 2> DVRClones; in tryToSinkInstructionDbgVariableRecords() local
5437 DVRClones.emplace_back(DVR->clone()); in tryToSinkInstructionDbgVariableRecords()
5438 LLVM_DEBUG(dbgs() << "CLONE: " << *DVRClones.back() << '\n'); in tryToSinkInstructionDbgVariableRecords()
5442 if (DVRClones.empty()) in tryToSinkInstructionDbgVariableRecords()
5457 for (DbgVariableRecord *DVRClone : DVRClones) { in tryToSinkInstructionDbgVariableRecords()