Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h85 DenseMap<NodePtr, SmallVector<NodePtrAndKind, 4>> FutureSuccessors; member
134 : BUI->FutureSuccessors; in Get()
1172 BUI.FutureSuccessors.reserve(NumLegalized); in ApplyUpdates()
1179 BUI.FutureSuccessors[U.getFrom()].push_back({U.getTo(), U.getKind()}); in ApplyUpdates()
1284 auto &FS = BUI.FutureSuccessors[CurrentUpdate.getFrom()]; in ApplyNextUpdate()
1288 if (FS.empty()) BUI.FutureSuccessors.erase(CurrentUpdate.getFrom()); in ApplyNextUpdate()