Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDomTreeUpdater.cpp98 if (hasPendingDomTreeUpdates()) { in applyDomTreeUpdates()
186 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates(); in hasPendingUpdates()
189 bool DomTreeUpdater::hasPendingDomTreeUpdates() const { in hasPendingDomTreeUpdates() function in llvm::DomTreeUpdater
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp615 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
632 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
766 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
813 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
845 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
930 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
1134 if (DTU->hasPendingDomTreeUpdates()) in ProcessBlock()
1955 if (DTU->hasPendingDomTreeUpdates()) in ThreadEdge()
2497 if (DTU->hasPendingDomTreeUpdates()) in TryToUnfoldSelect()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDomTreeUpdater.h80 bool hasPendingDomTreeUpdates() const;