Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdaterImpl.h66 if (!isSelfDominance(U)) in applyUpdates()
110 if (!isSelfDominance(U) && Seen.count(Edge) == 0) { in applyUpdatesPermissive()
H A DGenericDomTreeUpdater.h219 bool isSelfDominance(typename DomTreeT::UpdateType Update) const { in isSelfDominance() function