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.h994 auto TNB = TN->getBlock(); in HasProperSupport() local
995 for (const NodePtr Pred : getChildren<!IsPostDom>(TNB, BUI)) { in HasProperSupport()
999 const NodePtr Support = DT.findNearestCommonDominator(TNB, Pred); in HasProperSupport()
1001 if (Support != TNB) { in HasProperSupport()