Searched refs:BatchUpdatePtr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 95 using BatchUpdatePtr = BatchUpdateInfo *; member 98 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() 108 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() 323 static bool HasForwardSuccessors(const NodePtr N, BatchUpdatePtr BUI) { in HasForwardSuccessors() 336 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() 492 static void RemoveRedundantRoots(const DomTreeT &DT, BatchUpdatePtr BUI, in RemoveRedundantRoots() 544 static void CalculateFromScratch(DomTreeT &DT, BatchUpdatePtr BUI) { in CalculateFromScratch() 551 BatchUpdatePtr PostViewBUI = nullptr; in CalculateFromScratch() 632 static void InsertEdge(DomTreeT &DT, const BatchUpdatePtr BUI, in InsertEdge() 662 static bool UpdateRootsBeforeInsertion(DomTreeT &DT, const BatchUpdatePtr BUI, in UpdateRootsBeforeInsertion() [all …]
|