Home
last modified time | relevance | path

Searched defs:InfoRec (Results 1 – 3 of 3) 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/include/llvm/Analysis/
DDominators.h196 struct InfoRec { struct
202 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(0) {} in InfoRec() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h59 struct InfoRec { struct
60 unsigned DFSNum = 0;
61 unsigned Parent = 0;
62 unsigned Semi = 0;
63 NodePtr Label = nullptr;
64 NodePtr IDom = nullptr;
65 SmallVector<NodePtr, 2> ReverseChildren;