Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h81 struct BatchUpdateInfo { struct
83 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
95 BatchUpdateInfo *BatchUpdates;
96 using BatchUpdatePtr = BatchUpdateInfo *;
1168 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1177 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1199 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()
1572 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()