Searched refs:PreViewCFG (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 86 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr) 87 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG() function 88 NumLegalized(PreViewCFG.getNumLegalizedUpdates()) {} in PreViewCFG() 93 GraphDiffT &PreViewCFG; member 114 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren() 569 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch() 1131 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates() 1135 const size_t NumUpdates = PreViewCFG.getNumLegalizedUpdates(); in ApplyUpdates() 1142 UpdateT Update = PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyUpdates() 1158 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates() [all …]
|
| H A D | GenericDomTree.h | 210 DomTreeT::IsPostDominator> &PreViewCFG, 613 GraphDiff<NodePtr, IsPostDominator> PreViewCFG( 615 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 636 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates, 639 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|