Searched refs:SuccVInfo (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DDominatorInternals.h47 InfoRec &SuccVInfo = DT.Info[*SI];
48 if (SuccVInfo.Semi == 0) {
49 SuccVInfo.Parent = V;
95 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &SuccVInfo = local
97 if (SuccVInfo.Semi == 0) {
98 SuccVInfo.Parent = BBDFSNum;

Completed in 60 milliseconds