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

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h39 InfoRec &VInfo = DT.Info[DT.Roots[i]];
40 VInfo.DFSNum = VInfo.Semi = ++N;
41 VInfo.Label = V;
122 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &VInfo = local
124 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent];
127 if (Visited.insert(VAncestor).second && VInfo.Parent >= LastLinked) {
133 // Update VInfo based on Ancestor info
134 if (VInfo.Parent < LastLinked)
140 typename GraphT::NodeType* VLabel = VInfo
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominatorInternals.h40 InfoRec &VInfo = DT.Info[DT.Roots[i]];
41 VInfo.DFSNum = VInfo.Semi = ++N;
42 VInfo.Label = V;
123 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &VInfo = local
125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent];
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
134 // Update VInfo based on Ancestor info
135 if (VInfo.Parent < LastLinked)
141 typename GraphT::NodeType* VLabel = VInfo
[all...]

Completed in 103 milliseconds