Searched refs:WInfo (Results 1 – 3 of 3) sorted by relevance
192 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &WInfo = in Calculate() local205 WInfo.Semi = WInfo.Parent; in Calculate()213 if (SemiU < WInfo.Semi) in Calculate()214 WInfo.Semi = SemiU; in Calculate()221 if (WInfo.Semi == WInfo.Parent) { in Calculate()222 DT.IDoms[W] = DT.Vertex[WInfo.Parent]; in Calculate()224 Buckets[i] = Buckets[WInfo.Semi]; in Calculate()225 Buckets[WInfo.Semi] = i; in Calculate()
284 auto &WInfo = NodeToInfo[W]; member287 WInfo.Semi = WInfo.Parent;288 for (const auto &N : WInfo.ReverseChildren) {298 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;308 auto &WInfo = NodeToInfo[W]; member309 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;310 NodePtr WIDomCandidate = WInfo.IDom;314 WInfo.IDom = WIDomCandidate;
317 auto &WInfo = NodeToInfo[W]; member320 WInfo.Semi = WInfo.Parent;321 for (const auto &N : WInfo.ReverseChildren) {331 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;341 auto &WInfo = NodeToInfo[W]; member342 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;343 NodePtr WIDomCandidate = WInfo.IDom;347 WInfo.IDom = WIDomCandidate;