Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp694 static bool constantIsDead(const Constant *C, bool RemoveDeadUsers) { in constantIsDead() function
701 if (!constantIsDead(User, RemoveDeadUsers)) in constantIsDead()
734 if (!constantIsDead(User, /* RemoveDeadUsers= */ true)) { in removeDeadConstantUsers()
758 if (!User || !constantIsDead(User, /* RemoveDeadUsers= */ false)) { in hasNLiveUses()