Home
last modified time | relevance | path

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

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