Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h73 using UpdateT = typename DomTreeT::UpdateType; member
76 SmallVector<UpdateT, 4> Updates;
1152 static void ApplyUpdates(DomTreeT &DT, ArrayRef<UpdateT> Updates) { in ApplyUpdates()
1180 for (UpdateT &U : BUI.Updates) { in ApplyUpdates()
1217 UpdateT CurrentUpdate = BUI.Updates.pop_back_val(); in ApplyNextUpdate()