Searched refs:IsPostDominator (Results 1 – 3 of 3) sorted by relevance
4 static constexpr bool IsPostDominator = true; member7 constexpr bool k = DominatorTreeBase<false>::IsPostDominator;
215 DomTreeT::IsPostDominator> &PreViewCFG,217 DomTreeT::IsPostDominator> *PostViewCFG);238 static constexpr bool IsPostDominator = IsPostDom;313 bool isPostDominator() const { return IsPostDominator; }545 GraphDiff<NodePtr, IsPostDominator> PreViewCFG(701 if (IsPostDominator)711 if (IsPostDominator)
60 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;1569 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG( in CalculateWithUpdates()1592 DomTreeT::IsPostDominator> &PreViewCFG, in ApplyUpdates()1594 DomTreeT::IsPostDominator> *PostViewCFG) { in ApplyUpdates()