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

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h192 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &WInfo = local
205 WInfo.Semi = WInfo.Parent;
213 if (SemiU < WInfo.Semi)
214 WInfo.Semi = SemiU;
221 if (WInfo.Semi == WInfo.Parent) {
222 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
224 Buckets[i] = Buckets[WInfo.Semi];
225 Buckets[WInfo
[all...]

Completed in 212 milliseconds