Searched refs:IDomB (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DDominators.h456 DomTreeNodeBase<NodeT> *IDomB = NodeB->getIDom(); local
457 while (IDomB) {
458 if (NodeADoms.count(IDomB) != 0)
459 return IDomB->getBlock();
461 IDomB = IDomB->getIDom();

Completed in 198 milliseconds