Home
last modified time | relevance | path

Searched defs:InfoRec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DGenericDomTree.h224 struct InfoRec { struct
230 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {} in InfoRec() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h61 struct InfoRec { struct
62 unsigned DFSNum = 0;
63 unsigned Parent = 0;
64 unsigned Semi = 0;
65 NodePtr Label = nullptr;
66 NodePtr IDom = nullptr;
67 SmallVector<NodePtr, 2> ReverseChildren;