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

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 40 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;
204 // initialize the semi dominator to point to the parent node
205 WInfo.Semi = WInfo.Parent
    [all...]
GenericDomTree.h 226 unsigned Semi;
229 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}
  /prebuilts/go/darwin-x86/test/
append.go 7 // Semi-exhaustive test for the append predeclared function.
copy.go 7 // Semi-exhaustive test for the copy predeclared function.
  /prebuilts/go/linux-x86/test/
append.go 7 // Semi-exhaustive test for the append predeclared function.
copy.go 7 // Semi-exhaustive test for the copy predeclared function.

Completed in 1104 milliseconds