Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h73 using UpdateT = typename DomTreeT::UpdateType; member
75 SmallVector<UpdateT, 4> Updates;
1151 static void ApplyUpdates(DomTreeT &DT, ArrayRef<UpdateT> Updates) { in ApplyUpdates()
1178 for (UpdateT &U : BUI.Updates) { in ApplyUpdates()
1227 static void LegalizeUpdates(ArrayRef<UpdateT> AllUpdates, in LegalizeUpdates()
1228 SmallVectorImpl<UpdateT> &Result) { in LegalizeUpdates()
1270 [&Operations](const UpdateT &A, const UpdateT &B) { in LegalizeUpdates()
1278 UpdateT CurrentUpdate = BUI.Updates.pop_back_val(); in ApplyNextUpdate()