Searched refs:BatchUpdatePtr (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 93 using BatchUpdatePtr = BatchUpdateInfo *; member 96 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() 125 static ResultTy Get(NodePtr N, BatchUpdatePtr BUI) { in Get() 361 static bool HasForwardSuccessors(const NodePtr N, BatchUpdatePtr BUI) { in HasForwardSuccessors() 374 static RootsT FindRoots(const DomTreeT &DT, BatchUpdatePtr BUI) { in FindRoots() 501 static void RemoveRedundantRoots(const DomTreeT &DT, BatchUpdatePtr BUI, in RemoveRedundantRoots() 553 static void CalculateFromScratch(DomTreeT &DT, BatchUpdatePtr BUI) { in CalculateFromScratch() 639 static void InsertEdge(DomTreeT &DT, const BatchUpdatePtr BUI, in InsertEdge() 672 static bool UpdateRootsBeforeInsertion(DomTreeT &DT, const BatchUpdatePtr BUI, in UpdateRootsBeforeInsertion() 694 static void UpdateRootsAfterUpdate(DomTreeT &DT, const BatchUpdatePtr BUI) { in UpdateRootsAfterUpdate() [all …]
|