HomeSort by relevance Sort by last modified time
    Searched refs:Semi (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 41 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;
205 // initialize the semi dominator to point to the parent node
206 WInfo.Semi = WInfo.Parent
    [all...]
Dominators.h 199 unsigned Semi;
202 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(0) {}

Completed in 45 milliseconds