Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
566 if (BUI && BUI->PostViewCFG) { in CalculateFromScratch()
567 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch()
1150 GraphDiffT *PostViewCFG) { in ApplyUpdates()
1161 if (!PostViewCFG) { in ApplyUpdates()
1167 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1176 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1594 DomTreeT::IsPostDominator> *PostViewCFG) { in ApplyUpdates() argument
[all …]
H A DGenericDomTree.h217 DomTreeT::IsPostDominator> *PostViewCFG);
558 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
559 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
570 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
571 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);