Searched refs:CurrentUpdate (Results 1 – 1 of 1) sorted by relevance
1182 UpdateT CurrentUpdate = BUI.PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyNextUpdate() local1188 LLVM_DEBUG(CurrentUpdate.dump(); dbgs() << "\n"); in ApplyNextUpdate()1191 if (CurrentUpdate.getKind() == UpdateKind::Insert) in ApplyNextUpdate()1192 InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()1194 DeleteEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()