Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h86 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
87 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG()
94 GraphDiffT *PostViewCFG; member
568 if (BUI && BUI->PostViewCFG) { in CalculateFromScratch()
569 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch()
1132 GraphDiffT *PostViewCFG) { in ApplyUpdates()
1143 if (!PostViewCFG) { in ApplyUpdates()
1149 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1158 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1586 DomTreeT::IsPostDominator> *PostViewCFG) { in ApplyUpdates() argument
[all …]
H A DGenericDomTree.h212 DomTreeT::IsPostDominator> *PostViewCFG);
626 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
627 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
638 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
639 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);