Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
83 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG()
90 GraphDiffT *PostViewCFG; member
563 if (BUI && BUI->PostViewCFG) { in CalculateFromScratch()
564 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch()
1147 GraphDiffT *PostViewCFG) { in ApplyUpdates()
1158 if (!PostViewCFG) { in ApplyUpdates()
1164 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1173 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1591 DomTreeT::IsPostDominator> *PostViewCFG) { in ApplyUpdates() argument
[all …]
H A DGenericDomTree.h218 DomTreeT::IsPostDominator> *PostViewCFG);
575 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
576 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
587 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
588 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);