Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h192 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &WInfo = in Calculate() local
205 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()
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h284 auto &WInfo = NodeToInfo[W]; member
287 WInfo.Semi = WInfo.Parent;
288 for (const auto &N : WInfo.ReverseChildren) {
298 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
308 auto &WInfo = NodeToInfo[W]; member
309 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
310 NodePtr WIDomCandidate = WInfo.IDom;
314 WInfo.IDom = WIDomCandidate;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h317 auto &WInfo = NodeToInfo[W]; member
320 WInfo.Semi = WInfo.Parent;
321 for (const auto &N : WInfo.ReverseChildren) {
331 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
341 auto &WInfo = NodeToInfo[W]; member
342 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
343 NodePtr WIDomCandidate = WInfo.IDom;
347 WInfo.IDom = WIDomCandidate;