Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1278 UpdateT CurrentUpdate = BUI.Updates.pop_back_val(); in ApplyNextUpdate() local
1279 LLVM_DEBUG(dbgs() << "Applying update: " << CurrentUpdate << "\n"); in ApplyNextUpdate()
1284 auto &FS = BUI.FutureSuccessors[CurrentUpdate.getFrom()]; in ApplyNextUpdate()
1285 assert(FS.back().getPointer() == CurrentUpdate.getTo() && in ApplyNextUpdate()
1286 FS.back().getInt() == CurrentUpdate.getKind()); in ApplyNextUpdate()
1288 if (FS.empty()) BUI.FutureSuccessors.erase(CurrentUpdate.getFrom()); in ApplyNextUpdate()
1290 auto &FP = BUI.FuturePredecessors[CurrentUpdate.getTo()]; in ApplyNextUpdate()
1291 assert(FP.back().getPointer() == CurrentUpdate.getFrom() && in ApplyNextUpdate()
1292 FP.back().getInt() == CurrentUpdate.getKind()); in ApplyNextUpdate()
1294 if (FP.empty()) BUI.FuturePredecessors.erase(CurrentUpdate.getTo()); in ApplyNextUpdate()
[all …]