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.h82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
83 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG()
90 GraphDiffT *PostViewCFG; member
552 if (BUI && BUI->PostViewCFG) { in CalculateFromScratch()
553 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch()
1133 GraphDiffT *PostViewCFG) { in ApplyUpdates()
1144 if (!PostViewCFG) { in ApplyUpdates()
1150 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1159 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1577 DomTreeT::IsPostDominator> *PostViewCFG) { in ApplyUpdates() argument
[all …]
H A DGenericDomTree.h216 DomTreeT::IsPostDominator> *PostViewCFG);
573 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
574 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
585 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
586 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);