Home
last modified time | relevance | path

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

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