Searched refs:CurrentUpdate (Results 1 – 1 of 1) sorted by relevance
1217 UpdateT CurrentUpdate = BUI.Updates.pop_back_val(); in ApplyNextUpdate() local1219 LLVM_DEBUG(CurrentUpdate.dump(); dbgs() << "\n"); in ApplyNextUpdate()1224 auto &FS = BUI.FutureSuccessors[CurrentUpdate.getFrom()]; in ApplyNextUpdate()1225 assert(FS.back().getPointer() == CurrentUpdate.getTo() && in ApplyNextUpdate()1226 FS.back().getInt() == CurrentUpdate.getKind()); in ApplyNextUpdate()1230 auto &FP = BUI.FuturePredecessors[CurrentUpdate.getTo()]; in ApplyNextUpdate()1231 assert(FP.back().getPointer() == CurrentUpdate.getFrom() && in ApplyNextUpdate()1232 FP.back().getInt() == CurrentUpdate.getKind()); in ApplyNextUpdate()1236 if (CurrentUpdate.getKind() == UpdateKind::Insert) in ApplyNextUpdate()1237 InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo()); in ApplyNextUpdate()[all …]