Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h80 struct BatchUpdateInfo { struct
82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
94 BatchUpdateInfo *BatchUpdates;
95 using BatchUpdatePtr = BatchUpdateInfo *;
1167 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1176 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1198 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()
1571 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()