Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h291 auto &WInfo = *NumToInfo[i]; in runSemiNCA() local
294 WInfo.Semi = WInfo.Parent; in runSemiNCA()
295 for (unsigned N : WInfo.ReverseChildren) { in runSemiNCA()
297 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU; in runSemiNCA()
306 auto &WInfo = *NumToInfo[i]; in runSemiNCA() local
307 assert(WInfo.Semi != 0); in runSemiNCA()
308 const unsigned SDomNum = NumToInfo[WInfo.Semi]->DFSNum; in runSemiNCA()
309 NodePtr WIDomCandidate = WInfo.IDom; in runSemiNCA()
317 WInfo.IDom = WIDomCandidate; in runSemiNCA()