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

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h40 VInfo.DFSNum = VInfo.Semi = ++N;
47 if (SuccVInfo.Semi == 0) {
67 BBInfo.DFSNum = BBInfo.Semi = ++N;
96 if (SuccVInfo.Semi == 0) {
141 if (DT.Info[VAncestorLabel].Semi < DT.Info[VLabel].Semi)
159 BBInfo.DFSNum = BBInfo.Semi = ++N;
199 DT.IDoms[V] = DT.Info[U].Semi < i ? U : W;
205 WInfo.Semi = WInfo.Parent;
212 unsigned SemiU = DT.Info[Eval<GraphT>(DT, N, i + 1)].Semi;
[all...]
H A DGenericDomTree.h227 unsigned Semi; member in struct:llvm::DominatorTreeBase::InfoRec
230 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominatorInternals.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 DDominators.h199 unsigned Semi; member in struct:llvm::DominatorTreeBase::InfoRec
202 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(0) {}

Completed in 115 milliseconds