Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp448 if (const auto *IDomNode = InitNode->getIDom()) in findForwardJoinPoint() local
449 JoinBB = IDomNode->getBlock(); in findForwardJoinPoint()
552 if (const auto *IDomNode = InitNode->getIDom()) in findBackwardJoinPoint() local
553 return IDomNode->getBlock(); in findBackwardJoinPoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h636 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
637 assert(IDomNode && "Not immediate dominator specified for block!");
639 return createChild(BB, IDomNode);
H A DGenericDomTreeConstruction.h141 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT); in getNodeForBlock() local
145 return DT.createChild(BB, IDomNode); in getNodeForBlock()
594 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT); in attachNewSubtree() local
598 DT.createChild(W, IDomNode); in attachNewSubtree()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2642 auto *IDomNode = DT[BB]->getIDom(); in foldSelectToPhiImpl() local
2643 if (!IDomNode) in foldSelectToPhiImpl()
2645 BasicBlock *IDom = IDomNode->getBlock(); in foldSelectToPhiImpl()