Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h98 BatchUpdateInfo *BatchUpdates; member
102 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo()
214 auto Successors = getChildren<Direction>(BB, BatchUpdates);
413 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates)) in FindRoots()