Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5282 for (auto &DbgUser : DbgUsers) in tryToSinkInstructionDbgValues() local
5283 if (DbgUser->getParent() != DestBlock) in tryToSinkInstructionDbgValues()
5284 DbgUsersToSalvage.push_back(DbgUser); in tryToSinkInstructionDbgValues()