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.h94 BatchUpdateInfo *BatchUpdates; member
98 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo()
198 auto Successors = getChildren<Direction>(BB, BatchUpdates);
397 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates)) in FindRoots()