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.h67 if (!isSelfDominance(U)) in applyUpdates()
111 if (!isSelfDominance(U) && Seen.insert(Edge).second) { in applyUpdatesPermissive()
H A DGenericDomTreeUpdater.h243 bool isSelfDominance(UpdateT Update) const { in isSelfDominance() function