Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp447 if (const auto *InitNode = PDT->getNode(InitBB)) in findForwardJoinPoint() local
448 if (const auto *IDomNode = InitNode->getIDom()) in findForwardJoinPoint()
551 if (const auto *InitNode = DT->getNode(InitBB)) in findBackwardJoinPoint() local
552 if (const auto *IDomNode = InitNode->getIDom()) in findBackwardJoinPoint()