Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp64 if (hasPendingDomTreeUpdates()) { in applyDomTreeUpdates()
152 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates(); in hasPendingUpdates()
155 bool DomTreeUpdater::hasPendingDomTreeUpdates() const { in hasPendingDomTreeUpdates() function in llvm::DomTreeUpdater
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp631 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
648 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
782 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
829 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
861 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
946 if (DTU->hasPendingDomTreeUpdates()) in ComputeValueKnownInPredecessorsImpl()
1109 if (DTU->hasPendingDomTreeUpdates()) in ProcessBlock()
2081 if (DTU->hasPendingDomTreeUpdates()) in ThreadEdge()
2527 if (DTU->hasPendingDomTreeUpdates()) in TryToUnfoldSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h79 bool hasPendingDomTreeUpdates() const;