Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dcxx17-inline-variables.cpp4 static constexpr bool IsPostDominator = true; member
7 constexpr bool k = DominatorTreeBase<false>::IsPostDominator;
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTree.h215 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)
H A DGenericDomTreeConstruction.h60 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()