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

/external/llvm/include/llvm/Support/
H A DGenericDomTree.h202 struct InfoRec { struct in class:llvm::DominatorTreeBase
208 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {} function in struct:llvm::DominatorTreeBase::InfoRec
217 DenseMap<NodeT*, InfoRec> Info;

Completed in 486 milliseconds