Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp545 if (const auto *InitNode = PDT->getNode(InitBB)) in findForwardJoinPoint() local
546 if (const auto *IDomNode = InitNode->getIDom()) in findForwardJoinPoint()
649 if (const auto *InitNode = DT->getNode(InitBB)) in findBackwardJoinPoint() local
650 if (const auto *IDomNode = InitNode->getIDom()) in findBackwardJoinPoint()