Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4314 for (auto &DbgUser : DbgUsers) in tryToSinkInstruction() local
4315 if (DbgUser->getParent() != DestBlock) in tryToSinkInstruction()
4316 DbgUsersToSalvage.push_back(DbgUser); in tryToSinkInstruction()