Searched refs:Semi (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h41 VInfo.DFSNum = VInfo.Semi = ++N;
48 if (SuccVInfo.Semi == 0) {
68 BBInfo.DFSNum = BBInfo.Semi = ++N;
97 if (SuccVInfo.Semi == 0) {
142 if (DT.Info[VAncestorLabel].Semi < DT.Info[VLabel].Semi)
160 BBInfo.DFSNum = BBInfo.Semi = ++N;
200 DT.IDoms[V] = DT.Info[U].Semi < i ? U : W;
206 WInfo.Semi = WInfo.Parent;
213 unsigned SemiU = DT.Info[Eval<GraphT>(DT, N, i + 1)].Semi;
[all...]
H A DGenericDomTree.h205 unsigned Semi; member in struct:llvm::DominatorTreeBase::InfoRec
208 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}

Completed in 91 milliseconds