Searched refs:PreViewCFG (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr) 83 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG() function 84 NumLegalized(PreViewCFG.getNumLegalizedUpdates()) {} in PreViewCFG() 89 GraphDiffT &PreViewCFG; member 110 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren() 553 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch() 1132 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates() 1136 const size_t NumUpdates = PreViewCFG.getNumLegalizedUpdates(); in ApplyUpdates() 1143 UpdateT Update = PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyUpdates() 1159 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates() [all …]
|
H A D | GenericDomTree.h | 214 DomTreeT::IsPostDominator> &PreViewCFG, 560 GraphDiff<NodePtr, IsPostDominator> PreViewCFG( 562 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 583 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates, 586 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|