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.h80 struct BatchUpdateInfo { struct
82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
94 BatchUpdateInfo *BatchUpdates;
95 using BatchUpdatePtr = BatchUpdateInfo *;
1150 BatchUpdateInfo BUI(*PostViewCFG, PostViewCFG); in ApplyUpdates()
1159 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
1181 static void ApplyNextUpdate(DomTreeT &DT, BatchUpdateInfo &BUI) { in ApplyNextUpdate()
1554 typename SemiNCAInfo<DomTreeT>::BatchUpdateInfo BUI(PreViewCFG); in CalculateWithUpdates()