Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1183 UpdateT CurrentUpdate = BUI.PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyNextUpdate() local
1189 LLVM_DEBUG(CurrentUpdate.dump(); dbgs() << "\n"); in ApplyNextUpdate()
1192 if (CurrentUpdate.getKind() == UpdateKind::Insert) in ApplyNextUpdate()
1193 InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()
1195 DeleteEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()