Searched refs:PostViewCFG (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | GenericDomTreeConstruction.h | 83 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr) 84 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG() 91 GraphDiffT *PostViewCFG; member 567 if (BUI && BUI->PostViewCFG) { in CalculateFromScratch() 568 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch() 1151 GraphDiffT *PostViewCFG) { in ApplyUpdates() 1162 if (!PostViewCFG) { in ApplyUpdates() 1168 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates() 1177 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates() 1595 DomTreeT::IsPostDominator> *PostViewCFG) { in ApplyUpdates() argument [all …]
|
| D | GenericDomTree.h | 218 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);
|