Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1202 UpdateT CurrentUpdate = BUI.PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyNextUpdate() local
1208 LLVM_DEBUG(CurrentUpdate.dump(); dbgs() << "\n"); in ApplyNextUpdate()
1211 if (CurrentUpdate.getKind() == UpdateKind::Insert) in ApplyNextUpdate()
1212 InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()
1214 DeleteEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()