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

  /external/llvm/include/llvm/Support/
GenericDomTree.h 227 unsigned Semi;
230 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 253 unsigned Semi = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 253 unsigned Semi = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 253 unsigned Semi = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 253 unsigned Semi = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 253 unsigned Semi = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 253 unsigned Semi = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 199 unsigned Semi;
202 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(0) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 13 /// Semi-NCA algorithm described in this dissertation:
58 // Information record used by Semi-NCA during tree construction.
62 unsigned Semi = 0;
228 BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
287 if (NodeToInfo[VAncestorLabel].Semi < NodeToInfo[VLabel].Semi)
310 // Initialize the semi dominator to point to the parent node.
311 WInfo.Semi = WInfo.Parent;
321 unsigned SemiU = NodeToInfo[eval(N, i + 1)].Semi;
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU
    [all...]

Completed in 1219 milliseconds