Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h84 struct BatchUpdateInfo { struct
86 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
98 BatchUpdateInfo *BatchUpdates;
99 using BatchUpdatePtr = BatchUpdateInfo *;
1149 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1158 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1180 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()
1563 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()