Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1010 auto TNB = TN->getBlock(); in HasProperSupport() local
1011 for (const NodePtr Pred : getChildren<!IsPostDom>(TNB, BUI)) { in HasProperSupport()
1015 const NodePtr Support = DT.findNearestCommonDominator(TNB, Pred); in HasProperSupport()
1017 if (Support != TNB) { in HasProperSupport()