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.h275 auto &WInfo = *NumToInfo[i]; in runSemiNCA() local
278 WInfo.Semi = WInfo.Parent; in runSemiNCA()
279 for (unsigned N : WInfo.ReverseChildren) { in runSemiNCA()
281 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU; in runSemiNCA()
290 auto &WInfo = *NumToInfo[i]; in runSemiNCA() local
291 assert(WInfo.Semi != 0); in runSemiNCA()
292 const unsigned SDomNum = NumToInfo[WInfo.Semi]->DFSNum; in runSemiNCA()
293 NodePtr WIDomCandidate = WInfo.IDom; in runSemiNCA()
301 WInfo.IDom = WIDomCandidate; in runSemiNCA()