Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1201 UpdateT CurrentUpdate = BUI.PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyNextUpdate() local
1207 LLVM_DEBUG(CurrentUpdate.dump(); dbgs() << "\n"); in ApplyNextUpdate()
1210 if (CurrentUpdate.getKind() == UpdateKind::Insert) in ApplyNextUpdate()
1211 InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()
1213 DeleteEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()