Searched refs:BatchUpdatePtr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 99 using BatchUpdatePtr = BatchUpdateInfo *; member 102 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() 112 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() 339 static bool HasForwardSuccessors(const NodePtr N, BatchUpdatePtr BUI) { in HasForwardSuccessors() 352 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() 508 static void RemoveRedundantRoots(const DomTreeT &DT, BatchUpdatePtr BUI, in RemoveRedundantRoots() 560 static void CalculateFromScratch(DomTreeT &DT, BatchUpdatePtr BUI) { in CalculateFromScratch() 567 BatchUpdatePtr PostViewBUI = nullptr; in CalculateFromScratch() 648 static void InsertEdge(DomTreeT &DT, const BatchUpdatePtr BUI, in InsertEdge() 678 static bool UpdateRootsBeforeInsertion(DomTreeT &DT, const BatchUpdatePtr BUI, in UpdateRootsBeforeInsertion() [all …]
|