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.cpp456 if (const auto *IDomNode = InitNode->getIDom()) in findForwardJoinPoint() local
560 if (const auto *IDomNode = InitNode->getIDom()) in findBackwardJoinPoint() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h157 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT); in getNodeForBlock() local
610 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT); in attachNewSubtree() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2696 auto *IDomNode = DT[BB]->getIDom(); in foldSelectToPhiImpl() local