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

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.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...]
GenericDomTree.h 226 unsigned Semi;
229 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}

Completed in 2157 milliseconds