Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp1853 MachineDomTreeNode *Node2 = PDT->getNode(MBB2); in findNearestCommonPostDom() local
1858 if (!Node2 && MBB2->succ_size() == 1) in findNearestCommonPostDom()
1861 if (!Node1 || !Node2) in findNearestCommonPostDom()
1866 if (PDT->dominates(Node1, Node2)) in findNearestCommonPostDom()