Home
last modified time | relevance | path

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

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