Searched refs:BatchUpdatePtr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 94 using BatchUpdatePtr = BatchUpdateInfo *; member 97 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() 126 static ResultTy Get(NodePtr N, BatchUpdatePtr BUI) { in Get() 375 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() 640 static void InsertEdge(DomTreeT &DT, const BatchUpdatePtr BUI, in InsertEdge() 723 static void InsertReachable(DomTreeT &DT, const BatchUpdatePtr BUI, in InsertReachable() 775 static void VisitInsertion(DomTreeT &DT, const BatchUpdatePtr BUI, in VisitInsertion() 838 static void UpdateInsertion(DomTreeT &DT, const BatchUpdatePtr BUI, in UpdateInsertion() 891 DomTreeT &DT, const BatchUpdatePtr BUI, const NodePtr Root, in ComputeUnreachableDominators() 915 static void DeleteEdge(DomTreeT &DT, const BatchUpdatePtr BUI, in DeleteEdge() [all …]
|