Home
last modified time | relevance | path

Searched defs:IDomNode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp448 if (const auto *IDomNode = InitNode->getIDom()) in findForwardJoinPoint() local
552 if (const auto *IDomNode = InitNode->getIDom()) in findBackwardJoinPoint() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h141 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT); in getNodeForBlock() local
594 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT); in attachNewSubtree() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2642 auto *IDomNode = DT[BB]->getIDom(); in foldSelectToPhiImpl() local